Shades of Cerulean #037599
Tints of Cerulean #037599
RGB
CMYK
RGB Variations
Color information
#037599 (or 0x037599) is known color: Cerulean. HEX triplet: 03, 75 and 99. RGB value is (3,117,153). Sum of RGB (Red+Green+Blue) = 3+117+153=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #037599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037599 is #FC8A66. Grayscale: #565656. Windows color (decimal): -16550503 or 10056963. OLE color: 10056963.
HSL color Cylindrical-coordinate representation of color #037599: hue angle of 194.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037599 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 117 | 153 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.4 |
| HSL | 194.4º | 0.96% | 0.31% | - |
| HSV(B) | 194.4º | 0.98% | 0.6% | - |
| XYZ | 12.15 | 15.04 | 32.4 | - |
| YUV | 87.02 | 165.23 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 153 | 0.98 | 0.24 | 0 | 0.4 | 194.4 | 0.96 | 0.31 |
| Hex | 3 | 75 | 99 | 62 | 18 | 0 | 28 | C2 | 60 | 1F |
| Octal | 3 | 165 | 231 | 142 | 30 | 0 | 50 | 302 | 140 | 37 |
| Binary | 11 | 1110101 | 10011001 | 1100010 | 11000 | 0 | 101000 | 11000010 | 1100000 | 11111 |
Color Harmonies of #037599
Complementary color
Monochromatic Colors of #037599
Black with #037599
Text Example
Text Example
White with #037599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037599; }
p { color: rgb(3,117,153); }
H1.HeaderClassName
{
color: #037599;
}
.AnyTagClassName
{
color: #037599;
}
</style>
background-color css
<style>
a { background-color: #037599; }
a { background-color: rgb(3,117,153); }
div.DivClassName
{
background-color: #037599;
}
.BgClassName
{
background-color: #037599;
}
</style>
border-color css
<style>
span { border-color: #037599; }
span { border-color: rgb(3,117,153); }
td.TdClassName
{
border-color: #037599;
}
.TagClassName
{
border-color: #037599;
}
</style>