Shades of Cerulean #036F90
Tints of Cerulean #036F90
RGB
CMYK
RGB Variations
Color information
#036F90 (or 0x036F90) is known color: Cerulean. HEX triplet: 03, 6F and 90. RGB value is (3,111,144). Sum of RGB (Red+Green+Blue) = 3+111+144=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #036F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036F90 is #FC906F. Grayscale: #525252. Windows color (decimal): -16552048 or 9465603. OLE color: 9465603.
HSL color Cylindrical-coordinate representation of color #036F90: hue angle of 194.04º 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 #036F90 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 111 | 144 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.44 |
| HSL | 194.04º | 0.96% | 0.29% | - |
| HSV(B) | 194.04º | 0.98% | 0.56% | - |
| XYZ | 10.76 | 13.4 | 28.41 | - |
| YUV | 82.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 144 | 0.98 | 0.23 | 0 | 0.44 | 194.04 | 0.96 | 0.29 |
| Hex | 3 | 6F | 90 | 62 | 17 | 0 | 2C | C2 | 60 | 1D |
| Octal | 3 | 157 | 220 | 142 | 27 | 0 | 54 | 302 | 140 | 35 |
| Binary | 11 | 1101111 | 10010000 | 1100010 | 10111 | 0 | 101100 | 11000010 | 1100000 | 11101 |
Color Harmonies of #036F90
Complementary color
Monochromatic Colors of #036F90
Black with #036F90
Text Example
Text Example
White with #036F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F90; }
p { color: rgb(3,111,144); }
H1.HeaderClassName
{
color: #036F90;
}
.AnyTagClassName
{
color: #036F90;
}
</style>
background-color css
<style>
a { background-color: #036F90; }
a { background-color: rgb(3,111,144); }
div.DivClassName
{
background-color: #036F90;
}
.BgClassName
{
background-color: #036F90;
}
</style>
border-color css
<style>
span { border-color: #036F90; }
span { border-color: rgb(3,111,144); }
td.TdClassName
{
border-color: #036F90;
}
.TagClassName
{
border-color: #036F90;
}
</style>