Shades of Cerulean #036DAA
Tints of Cerulean #036DAA
RGB
CMYK
RGB Variations
Color information
#036DAA (or 0x036DAA) is known color: Cerulean. HEX triplet: 03, 6D and AA. RGB value is (3,109,170). Sum of RGB (Red+Green+Blue) = 3+109+170=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #036DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036DAA is #FC9255. Grayscale: #535353. Windows color (decimal): -16552534 or 11169027. OLE color: 11169027.
HSL color Cylindrical-coordinate representation of color #036DAA: hue angle of 201.92º 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 #036DAA is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 109 | 170 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.33 |
| HSL | 201.92º | 0.97% | 0.34% | - |
| HSV(B) | 201.92º | 0.98% | 0.67% | - |
| XYZ | 12.76 | 13.86 | 40.03 | - |
| YUV | 84.26 | 176.38 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 170 | 0.98 | 0.36 | 0 | 0.33 | 201.92 | 0.97 | 0.34 |
| Hex | 3 | 6D | AA | 62 | 24 | 0 | 21 | CA | 61 | 22 |
| Octal | 3 | 155 | 252 | 142 | 44 | 0 | 41 | 312 | 141 | 42 |
| Binary | 11 | 1101101 | 10101010 | 1100010 | 100100 | 0 | 100001 | 11001010 | 1100001 | 100010 |
Color Harmonies of #036DAA
Complementary color
Monochromatic Colors of #036DAA
Black with #036DAA
Text Example
Text Example
White with #036DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DAA; }
p { color: rgb(3,109,170); }
H1.HeaderClassName
{
color: #036DAA;
}
.AnyTagClassName
{
color: #036DAA;
}
</style>
background-color css
<style>
a { background-color: #036DAA; }
a { background-color: rgb(3,109,170); }
div.DivClassName
{
background-color: #036DAA;
}
.BgClassName
{
background-color: #036DAA;
}
</style>
border-color css
<style>
span { border-color: #036DAA; }
span { border-color: rgb(3,109,170); }
td.TdClassName
{
border-color: #036DAA;
}
.TagClassName
{
border-color: #036DAA;
}
</style>