Shades of Cerulean #036BAB
Tints of Cerulean #036BAB
RGB
CMYK
RGB Variations
Color information
#036BAB (or 0x036BAB) is known color: Cerulean. HEX triplet: 03, 6B and AB. RGB value is (3,107,171). Sum of RGB (Red+Green+Blue) = 3+107+171=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #036BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036BAB is #FC9454. Grayscale: #525252. Windows color (decimal): -16553045 or 11234051. OLE color: 11234051.
HSL color Cylindrical-coordinate representation of color #036BAB: hue angle of 202.86º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036BAB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 107 | 171 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.33 |
| HSL | 202.86º | 0.97% | 0.34% | - |
| HSV(B) | 202.86º | 0.98% | 0.67% | - |
| XYZ | 12.65 | 13.48 | 40.46 | - |
| YUV | 83.2 | 177.54 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 171 | 0.98 | 0.37 | 0 | 0.33 | 202.86 | 0.97 | 0.34 |
| Hex | 3 | 6B | AB | 62 | 25 | 0 | 21 | CB | 61 | 22 |
| Octal | 3 | 153 | 253 | 142 | 45 | 0 | 41 | 313 | 141 | 42 |
| Binary | 11 | 1101011 | 10101011 | 1100010 | 100101 | 0 | 100001 | 11001011 | 1100001 | 100010 |
Color Harmonies of #036BAB
Complementary color
Monochromatic Colors of #036BAB
Black with #036BAB
Text Example
Text Example
White with #036BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BAB; }
p { color: rgb(3,107,171); }
H1.HeaderClassName
{
color: #036BAB;
}
.AnyTagClassName
{
color: #036BAB;
}
</style>
background-color css
<style>
a { background-color: #036BAB; }
a { background-color: rgb(3,107,171); }
div.DivClassName
{
background-color: #036BAB;
}
.BgClassName
{
background-color: #036BAB;
}
</style>
border-color css
<style>
span { border-color: #036BAB; }
span { border-color: rgb(3,107,171); }
td.TdClassName
{
border-color: #036BAB;
}
.TagClassName
{
border-color: #036BAB;
}
</style>