Shades of Cerulean #036FAC
Tints of Cerulean #036FAC
RGB
CMYK
RGB Variations
Color information
#036FAC (or 0x036FAC) is known color: Cerulean. HEX triplet: 03, 6F and AC. RGB value is (3,111,172). Sum of RGB (Red+Green+Blue) = 3+111+172=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #036FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036FAC is #FC9053. Grayscale: #555555. Windows color (decimal): -16552020 or 11300611. OLE color: 11300611.
HSL color Cylindrical-coordinate representation of color #036FAC: hue angle of 201.66º 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 #036FAC is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 111 | 172 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.33 |
| HSL | 201.66º | 0.97% | 0.34% | - |
| HSV(B) | 201.66º | 0.98% | 0.67% | - |
| XYZ | 13.17 | 14.37 | 41.11 | - |
| YUV | 85.66 | 176.72 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 172 | 0.98 | 0.35 | 0 | 0.33 | 201.66 | 0.97 | 0.34 |
| Hex | 3 | 6F | AC | 62 | 23 | 0 | 21 | CA | 61 | 22 |
| Octal | 3 | 157 | 254 | 142 | 43 | 0 | 41 | 312 | 141 | 42 |
| Binary | 11 | 1101111 | 10101100 | 1100010 | 100011 | 0 | 100001 | 11001010 | 1100001 | 100010 |
Color Harmonies of #036FAC
Complementary color
Monochromatic Colors of #036FAC
Black with #036FAC
Text Example
Text Example
White with #036FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FAC; }
p { color: rgb(3,111,172); }
H1.HeaderClassName
{
color: #036FAC;
}
.AnyTagClassName
{
color: #036FAC;
}
</style>
background-color css
<style>
a { background-color: #036FAC; }
a { background-color: rgb(3,111,172); }
div.DivClassName
{
background-color: #036FAC;
}
.BgClassName
{
background-color: #036FAC;
}
</style>
border-color css
<style>
span { border-color: #036FAC; }
span { border-color: rgb(3,111,172); }
td.TdClassName
{
border-color: #036FAC;
}
.TagClassName
{
border-color: #036FAC;
}
</style>