Shades of Cerulean #036B8C
Tints of Cerulean #036B8C
RGB
CMYK
RGB Variations
Color information
#036B8C (or 0x036B8C) is known color: Cerulean. HEX triplet: 03, 6B and 8C. RGB value is (3,107,140). Sum of RGB (Red+Green+Blue) = 3+107+140=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #036B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036B8C is #FC9473. Grayscale: #4F4F4F. Windows color (decimal): -16553076 or 9202435. OLE color: 9202435.
HSL color Cylindrical-coordinate representation of color #036B8C: hue angle of 194.45º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036B8C is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 107 | 140 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.45 |
| HSL | 194.45º | 0.96% | 0.28% | - |
| HSV(B) | 194.45º | 0.98% | 0.55% | - |
| XYZ | 10.03 | 12.43 | 26.68 | - |
| YUV | 79.67 | 162.04 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 140 | 0.98 | 0.24 | 0 | 0.45 | 194.45 | 0.96 | 0.28 |
| Hex | 3 | 6B | 8C | 62 | 18 | 0 | 2D | C2 | 60 | 1C |
| Octal | 3 | 153 | 214 | 142 | 30 | 0 | 55 | 302 | 140 | 34 |
| Binary | 11 | 1101011 | 10001100 | 1100010 | 11000 | 0 | 101101 | 11000010 | 1100000 | 11100 |
Color Harmonies of #036B8C
Complementary color
Monochromatic Colors of #036B8C
Black with #036B8C
Text Example
Text Example
White with #036B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B8C; }
p { color: rgb(3,107,140); }
H1.HeaderClassName
{
color: #036B8C;
}
.AnyTagClassName
{
color: #036B8C;
}
</style>
background-color css
<style>
a { background-color: #036B8C; }
a { background-color: rgb(3,107,140); }
div.DivClassName
{
background-color: #036B8C;
}
.BgClassName
{
background-color: #036B8C;
}
</style>
border-color css
<style>
span { border-color: #036B8C; }
span { border-color: rgb(3,107,140); }
td.TdClassName
{
border-color: #036B8C;
}
.TagClassName
{
border-color: #036B8C;
}
</style>