Shades of Cerulean #036C92
Tints of Cerulean #036C92
RGB
CMYK
RGB Variations
Color information
#036C92 (or 0x036C92) is known color: Cerulean. HEX triplet: 03, 6C and 92. RGB value is (3,108,146). Sum of RGB (Red+Green+Blue) = 3+108+146=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #036C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036C92 is #FC936D. Grayscale: #505050. Windows color (decimal): -16552814 or 9595907. OLE color: 9595907.
HSL color Cylindrical-coordinate representation of color #036C92: hue angle of 195.94º 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 #036C92 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 108 | 146 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.43 |
| HSL | 195.94º | 0.96% | 0.29% | - |
| HSV(B) | 195.94º | 0.98% | 0.57% | - |
| XYZ | 10.59 | 12.82 | 29.11 | - |
| YUV | 80.94 | 164.71 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 146 | 0.98 | 0.26 | 0 | 0.43 | 195.94 | 0.96 | 0.29 |
| Hex | 3 | 6C | 92 | 62 | 1A | 0 | 2B | C4 | 60 | 1D |
| Octal | 3 | 154 | 222 | 142 | 32 | 0 | 53 | 304 | 140 | 35 |
| Binary | 11 | 1101100 | 10010010 | 1100010 | 11010 | 0 | 101011 | 11000100 | 1100000 | 11101 |
Color Harmonies of #036C92
Complementary color
Monochromatic Colors of #036C92
Black with #036C92
Text Example
Text Example
White with #036C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C92; }
p { color: rgb(3,108,146); }
H1.HeaderClassName
{
color: #036C92;
}
.AnyTagClassName
{
color: #036C92;
}
</style>
background-color css
<style>
a { background-color: #036C92; }
a { background-color: rgb(3,108,146); }
div.DivClassName
{
background-color: #036C92;
}
.BgClassName
{
background-color: #036C92;
}
</style>
border-color css
<style>
span { border-color: #036C92; }
span { border-color: rgb(3,108,146); }
td.TdClassName
{
border-color: #036C92;
}
.TagClassName
{
border-color: #036C92;
}
</style>