Shades of Cerulean #036AAC
Tints of Cerulean #036AAC
RGB
CMYK
RGB Variations
Color information
#036AAC (or 0x036AAC) is known color: Cerulean. HEX triplet: 03, 6A and AC. RGB value is (3,106,172). Sum of RGB (Red+Green+Blue) = 3+106+172=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #036AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036AAC is #FC9553. Grayscale: #525252. Windows color (decimal): -16553300 or 11299331. OLE color: 11299331.
HSL color Cylindrical-coordinate representation of color #036AAC: hue angle of 203.43º 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 #036AAC is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 106 | 172 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.33 |
| HSL | 203.43º | 0.97% | 0.34% | - |
| HSV(B) | 203.43º | 0.98% | 0.67% | - |
| XYZ | 12.64 | 13.31 | 40.93 | - |
| YUV | 82.73 | 178.38 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 172 | 0.98 | 0.38 | 0 | 0.33 | 203.43 | 0.97 | 0.34 |
| Hex | 3 | 6A | AC | 62 | 26 | 0 | 21 | CB | 61 | 22 |
| Octal | 3 | 152 | 254 | 142 | 46 | 0 | 41 | 313 | 141 | 42 |
| Binary | 11 | 1101010 | 10101100 | 1100010 | 100110 | 0 | 100001 | 11001011 | 1100001 | 100010 |
Color Harmonies of #036AAC
Complementary color
Monochromatic Colors of #036AAC
Black with #036AAC
Text Example
Text Example
White with #036AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036AAC; }
p { color: rgb(3,106,172); }
H1.HeaderClassName
{
color: #036AAC;
}
.AnyTagClassName
{
color: #036AAC;
}
</style>
background-color css
<style>
a { background-color: #036AAC; }
a { background-color: rgb(3,106,172); }
div.DivClassName
{
background-color: #036AAC;
}
.BgClassName
{
background-color: #036AAC;
}
</style>
border-color css
<style>
span { border-color: #036AAC; }
span { border-color: rgb(3,106,172); }
td.TdClassName
{
border-color: #036AAC;
}
.TagClassName
{
border-color: #036AAC;
}
</style>