Shades of Cerulean #036A91
Tints of Cerulean #036A91
RGB
CMYK
RGB Variations
Color information
#036A91 (or 0x036A91) is known color: Cerulean. HEX triplet: 03, 6A and 91. RGB value is (3,106,145). Sum of RGB (Red+Green+Blue) = 3+106+145=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #036A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036A91 is #FC956E. Grayscale: #4F4F4F. Windows color (decimal): -16553327 or 9529859. OLE color: 9529859.
HSL color Cylindrical-coordinate representation of color #036A91: hue angle of 196.48º 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 #036A91 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 106 | 145 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.43 |
| HSL | 196.48º | 0.96% | 0.29% | - |
| HSV(B) | 196.48º | 0.98% | 0.57% | - |
| XYZ | 10.3 | 12.37 | 28.63 | - |
| YUV | 79.65 | 164.88 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 145 | 0.98 | 0.27 | 0 | 0.43 | 196.48 | 0.96 | 0.29 |
| Hex | 3 | 6A | 91 | 62 | 1B | 0 | 2B | C4 | 60 | 1D |
| Octal | 3 | 152 | 221 | 142 | 33 | 0 | 53 | 304 | 140 | 35 |
| Binary | 11 | 1101010 | 10010001 | 1100010 | 11011 | 0 | 101011 | 11000100 | 1100000 | 11101 |
Color Harmonies of #036A91
Complementary color
Monochromatic Colors of #036A91
Black with #036A91
Text Example
Text Example
White with #036A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036A91; }
p { color: rgb(3,106,145); }
H1.HeaderClassName
{
color: #036A91;
}
.AnyTagClassName
{
color: #036A91;
}
</style>
background-color css
<style>
a { background-color: #036A91; }
a { background-color: rgb(3,106,145); }
div.DivClassName
{
background-color: #036A91;
}
.BgClassName
{
background-color: #036A91;
}
</style>
border-color css
<style>
span { border-color: #036A91; }
span { border-color: rgb(3,106,145); }
td.TdClassName
{
border-color: #036A91;
}
.TagClassName
{
border-color: #036A91;
}
</style>