Shades of Cerulean #036DB0
Tints of Cerulean #036DB0
RGB
CMYK
RGB Variations
Color information
#036DB0 (or 0x036DB0) is known color: Cerulean. HEX triplet: 03, 6D and B0. RGB value is (3,109,176). Sum of RGB (Red+Green+Blue) = 3+109+176=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #036DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036DB0 is #FC924F. Grayscale: #545454. Windows color (decimal): -16552528 or 11562243. OLE color: 11562243.
HSL color Cylindrical-coordinate representation of color #036DB0: hue angle of 203.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036DB0 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 109 | 176 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.31 |
| HSL | 203.24º | 0.97% | 0.35% | - |
| HSV(B) | 203.24º | 0.98% | 0.69% | - |
| XYZ | 13.34 | 14.09 | 43.09 | - |
| YUV | 84.94 | 179.38 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 176 | 0.98 | 0.38 | 0 | 0.31 | 203.24 | 0.97 | 0.35 |
| Hex | 3 | 6D | B0 | 62 | 26 | 0 | 1F | CB | 61 | 23 |
| Octal | 3 | 155 | 260 | 142 | 46 | 0 | 37 | 313 | 141 | 43 |
| Binary | 11 | 1101101 | 10110000 | 1100010 | 100110 | 0 | 11111 | 11001011 | 1100001 | 100011 |
Color Harmonies of #036DB0
Complementary color
Monochromatic Colors of #036DB0
Black with #036DB0
Text Example
Text Example
White with #036DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DB0; }
p { color: rgb(3,109,176); }
H1.HeaderClassName
{
color: #036DB0;
}
.AnyTagClassName
{
color: #036DB0;
}
</style>
background-color css
<style>
a { background-color: #036DB0; }
a { background-color: rgb(3,109,176); }
div.DivClassName
{
background-color: #036DB0;
}
.BgClassName
{
background-color: #036DB0;
}
</style>
border-color css
<style>
span { border-color: #036DB0; }
span { border-color: rgb(3,109,176); }
td.TdClassName
{
border-color: #036DB0;
}
.TagClassName
{
border-color: #036DB0;
}
</style>