Shades of Cerulean #036B9E
Tints of Cerulean #036B9E
RGB
CMYK
RGB Variations
Color information
#036B9E (or 0x036B9E) is known color: Cerulean. HEX triplet: 03, 6B and 9E. RGB value is (3,107,158). Sum of RGB (Red+Green+Blue) = 3+107+158=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #036B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036B9E is #FC9461. Grayscale: #515151. Windows color (decimal): -16553058 or 10382083. OLE color: 10382083.
HSL color Cylindrical-coordinate representation of color #036B9E: hue angle of 199.74º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036B9E is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 107 | 158 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.38 |
| HSL | 199.74º | 0.96% | 0.32% | - |
| HSV(B) | 199.74º | 0.98% | 0.62% | - |
| XYZ | 11.47 | 13 | 34.25 | - |
| YUV | 81.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 158 | 0.98 | 0.32 | 0 | 0.38 | 199.74 | 0.96 | 0.32 |
| Hex | 3 | 6B | 9E | 62 | 20 | 0 | 26 | C8 | 60 | 20 |
| Octal | 3 | 153 | 236 | 142 | 40 | 0 | 46 | 310 | 140 | 40 |
| Binary | 11 | 1101011 | 10011110 | 1100010 | 100000 | 0 | 100110 | 11001000 | 1100000 | 100000 |
Color Harmonies of #036B9E
Complementary color
Monochromatic Colors of #036B9E
Black with #036B9E
Text Example
Text Example
White with #036B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B9E; }
p { color: rgb(3,107,158); }
H1.HeaderClassName
{
color: #036B9E;
}
.AnyTagClassName
{
color: #036B9E;
}
</style>
background-color css
<style>
a { background-color: #036B9E; }
a { background-color: rgb(3,107,158); }
div.DivClassName
{
background-color: #036B9E;
}
.BgClassName
{
background-color: #036B9E;
}
</style>
border-color css
<style>
span { border-color: #036B9E; }
span { border-color: rgb(3,107,158); }
td.TdClassName
{
border-color: #036B9E;
}
.TagClassName
{
border-color: #036B9E;
}
</style>