Shades of Cerulean #036591
Tints of Cerulean #036591
RGB
CMYK
RGB Variations
Color information
#036591 (or 0x036591) is known color: Cerulean. HEX triplet: 03, 65 and 91. RGB value is (3,101,145). Sum of RGB (Red+Green+Blue) = 3+101+145=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #036591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036591 is #FC9A6E. Grayscale: #4C4C4C. Windows color (decimal): -16554607 or 9528579. OLE color: 9528579.
HSL color Cylindrical-coordinate representation of color #036591: hue angle of 198.59º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036591 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 101 | 145 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.43 |
| HSL | 198.59º | 0.96% | 0.29% | - |
| HSV(B) | 198.59º | 0.98% | 0.57% | - |
| XYZ | 9.8 | 11.37 | 28.47 | - |
| YUV | 76.71 | 166.53 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 145 | 0.98 | 0.30 | 0 | 0.43 | 198.59 | 0.96 | 0.29 |
| Hex | 3 | 65 | 91 | 62 | 1E | 0 | 2B | C7 | 60 | 1D |
| Octal | 3 | 145 | 221 | 142 | 36 | 0 | 53 | 307 | 140 | 35 |
| Binary | 11 | 1100101 | 10010001 | 1100010 | 11110 | 0 | 101011 | 11000111 | 1100000 | 11101 |
Color Harmonies of #036591
Complementary color
Monochromatic Colors of #036591
Black with #036591
Text Example
Text Example
White with #036591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036591; }
p { color: rgb(3,101,145); }
H1.HeaderClassName
{
color: #036591;
}
.AnyTagClassName
{
color: #036591;
}
</style>
background-color css
<style>
a { background-color: #036591; }
a { background-color: rgb(3,101,145); }
div.DivClassName
{
background-color: #036591;
}
.BgClassName
{
background-color: #036591;
}
</style>
border-color css
<style>
span { border-color: #036591; }
span { border-color: rgb(3,101,145); }
td.TdClassName
{
border-color: #036591;
}
.TagClassName
{
border-color: #036591;
}
</style>