Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Curious Blue | 33A4E3 | #33A4E3 | 51, 164, 227 | 20, 64.31, 89.02 | 77.53, 27.75, 0, 10.98 | 201.47727272727, 77.533039647577, 89.019607843137 |
Color #33a4e3 is Curious Blue. In RGB: 20, 64.31, 89.02. In CMYK: 77.53, 27.75, 0, 10.98.
div { background: #33a4e3; color: #000; }
div { background: #33a4e3; color: #fff; }
div { background: linear-gradient(to bottom, #008AC7 0%, #5ABFFF 100%); color: #000; }
div { background: linear-gradient(to bottom, #5ABFFF 0%, #008AC7 100%); color: #000; }
div { background: linear-gradient(to bottom, #008AC7 0%, #5ABFFF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #5ABFFF 0%, #008AC7 100%); color: #fff; }
div { border: 1px solid #33a4e3; }
div { border: 5px solid #33a4e3; }
div { border: 1px dashed #33a4e3; }
div { border: 5px dashed #33a4e3; }
div { border: 1px dotted #33a4e3; }
div { border: 5px dotted #33a4e3; }