Shades of Cerulean #036C96
Tints of Cerulean #036C96
RGB
CMYK
RGB Variations
Color information
#036C96 (or 0x036C96) is known color: Cerulean. HEX triplet: 03, 6C and 96. RGB value is (3,108,150). Sum of RGB (Red+Green+Blue) = 3+108+150=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #036C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036C96 is #FC9369. Grayscale: #515151. Windows color (decimal): -16552810 or 9858051. OLE color: 9858051.
HSL color Cylindrical-coordinate representation of color #036C96: hue angle of 197.14º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036C96 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 108 | 150 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.41 |
| HSL | 197.14º | 0.96% | 0.3% | - |
| HSV(B) | 197.14º | 0.98% | 0.59% | - |
| XYZ | 10.91 | 12.95 | 30.78 | - |
| YUV | 81.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 150 | 0.98 | 0.28 | 0 | 0.41 | 197.14 | 0.96 | 0.3 |
| Hex | 3 | 6C | 96 | 62 | 1C | 0 | 29 | C5 | 60 | 1E |
| Octal | 3 | 154 | 226 | 142 | 34 | 0 | 51 | 305 | 140 | 36 |
| Binary | 11 | 1101100 | 10010110 | 1100010 | 11100 | 0 | 101001 | 11000101 | 1100000 | 11110 |
Color Harmonies of #036C96
Complementary color
Monochromatic Colors of #036C96
Black with #036C96
Text Example
Text Example
White with #036C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C96; }
p { color: rgb(3,108,150); }
H1.HeaderClassName
{
color: #036C96;
}
.AnyTagClassName
{
color: #036C96;
}
</style>
background-color css
<style>
a { background-color: #036C96; }
a { background-color: rgb(3,108,150); }
div.DivClassName
{
background-color: #036C96;
}
.BgClassName
{
background-color: #036C96;
}
</style>
border-color css
<style>
span { border-color: #036C96; }
span { border-color: rgb(3,108,150); }
td.TdClassName
{
border-color: #036C96;
}
.TagClassName
{
border-color: #036C96;
}
</style>