Shades of Cerulean #036990
Tints of Cerulean #036990
RGB
CMYK
RGB Variations
Color information
#036990 (or 0x036990) is known color: Cerulean. HEX triplet: 03, 69 and 90. RGB value is (3,105,144). Sum of RGB (Red+Green+Blue) = 3+105+144=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #036990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036990 is #FC966F. Grayscale: #4E4E4E. Windows color (decimal): -16553584 or 9464067. OLE color: 9464067.
HSL color Cylindrical-coordinate representation of color #036990: hue angle of 196.6º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036990 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 105 | 144 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.44 |
| HSL | 196.6º | 0.96% | 0.29% | - |
| HSV(B) | 196.6º | 0.98% | 0.56% | - |
| XYZ | 10.12 | 12.14 | 28.19 | - |
| YUV | 78.95 | 164.71 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 144 | 0.98 | 0.27 | 0 | 0.44 | 196.6 | 0.96 | 0.29 |
| Hex | 3 | 69 | 90 | 62 | 1B | 0 | 2C | C5 | 60 | 1D |
| Octal | 3 | 151 | 220 | 142 | 33 | 0 | 54 | 305 | 140 | 35 |
| Binary | 11 | 1101001 | 10010000 | 1100010 | 11011 | 0 | 101100 | 11000101 | 1100000 | 11101 |
Color Harmonies of #036990
Complementary color
Monochromatic Colors of #036990
Black with #036990
Text Example
Text Example
White with #036990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036990; }
p { color: rgb(3,105,144); }
H1.HeaderClassName
{
color: #036990;
}
.AnyTagClassName
{
color: #036990;
}
</style>
background-color css
<style>
a { background-color: #036990; }
a { background-color: rgb(3,105,144); }
div.DivClassName
{
background-color: #036990;
}
.BgClassName
{
background-color: #036990;
}
</style>
border-color css
<style>
span { border-color: #036990; }
span { border-color: rgb(3,105,144); }
td.TdClassName
{
border-color: #036990;
}
.TagClassName
{
border-color: #036990;
}
</style>