Shades of Cerulean #036D90
Tints of Cerulean #036D90
RGB
CMYK
RGB Variations
Color information
#036D90 (or 0x036D90) is known color: Cerulean. HEX triplet: 03, 6D and 90. RGB value is (3,109,144). Sum of RGB (Red+Green+Blue) = 3+109+144=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #036D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036D90 is #FC926F. Grayscale: #515151. Windows color (decimal): -16552560 or 9465091. OLE color: 9465091.
HSL color Cylindrical-coordinate representation of color #036D90: hue angle of 194.89º 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 #036D90 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 109 | 144 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.44 |
| HSL | 194.89º | 0.96% | 0.29% | - |
| HSV(B) | 194.89º | 0.98% | 0.56% | - |
| XYZ | 10.54 | 12.97 | 28.33 | - |
| YUV | 81.3 | 163.38 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 144 | 0.98 | 0.24 | 0 | 0.44 | 194.89 | 0.96 | 0.29 |
| Hex | 3 | 6D | 90 | 62 | 18 | 0 | 2C | C3 | 60 | 1D |
| Octal | 3 | 155 | 220 | 142 | 30 | 0 | 54 | 303 | 140 | 35 |
| Binary | 11 | 1101101 | 10010000 | 1100010 | 11000 | 0 | 101100 | 11000011 | 1100000 | 11101 |
Color Harmonies of #036D90
Complementary color
Monochromatic Colors of #036D90
Black with #036D90
Text Example
Text Example
White with #036D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D90; }
p { color: rgb(3,109,144); }
H1.HeaderClassName
{
color: #036D90;
}
.AnyTagClassName
{
color: #036D90;
}
</style>
background-color css
<style>
a { background-color: #036D90; }
a { background-color: rgb(3,109,144); }
div.DivClassName
{
background-color: #036D90;
}
.BgClassName
{
background-color: #036D90;
}
</style>
border-color css
<style>
span { border-color: #036D90; }
span { border-color: rgb(3,109,144); }
td.TdClassName
{
border-color: #036D90;
}
.TagClassName
{
border-color: #036D90;
}
</style>