Shades of Cerulean #036CAA
Tints of Cerulean #036CAA
RGB
CMYK
RGB Variations
Color information
#036CAA (or 0x036CAA) is known color: Cerulean. HEX triplet: 03, 6C and AA. RGB value is (3,108,170). Sum of RGB (Red+Green+Blue) = 3+108+170=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #036CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036CAA is #FC9355. Grayscale: #535353. Windows color (decimal): -16552790 or 11168771. OLE color: 11168771.
HSL color Cylindrical-coordinate representation of color #036CAA: hue angle of 202.28º 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 #036CAA is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 108 | 170 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.33 |
| HSL | 202.28º | 0.97% | 0.34% | - |
| HSV(B) | 202.28º | 0.98% | 0.67% | - |
| XYZ | 12.66 | 13.65 | 40 | - |
| YUV | 83.67 | 176.71 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 170 | 0.98 | 0.36 | 0 | 0.33 | 202.28 | 0.97 | 0.34 |
| Hex | 3 | 6C | AA | 62 | 24 | 0 | 21 | CA | 61 | 22 |
| Octal | 3 | 154 | 252 | 142 | 44 | 0 | 41 | 312 | 141 | 42 |
| Binary | 11 | 1101100 | 10101010 | 1100010 | 100100 | 0 | 100001 | 11001010 | 1100001 | 100010 |
Color Harmonies of #036CAA
Complementary color
Monochromatic Colors of #036CAA
Black with #036CAA
Text Example
Text Example
White with #036CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036CAA; }
p { color: rgb(3,108,170); }
H1.HeaderClassName
{
color: #036CAA;
}
.AnyTagClassName
{
color: #036CAA;
}
</style>
background-color css
<style>
a { background-color: #036CAA; }
a { background-color: rgb(3,108,170); }
div.DivClassName
{
background-color: #036CAA;
}
.BgClassName
{
background-color: #036CAA;
}
</style>
border-color css
<style>
span { border-color: #036CAA; }
span { border-color: rgb(3,108,170); }
td.TdClassName
{
border-color: #036CAA;
}
.TagClassName
{
border-color: #036CAA;
}
</style>