Shades of Cerulean #036DAC
Tints of Cerulean #036DAC
RGB
CMYK
RGB Variations
Color information
#036DAC (or 0x036DAC) is known color: Cerulean. HEX triplet: 03, 6D and AC. RGB value is (3,109,172). Sum of RGB (Red+Green+Blue) = 3+109+172=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #036DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036DAC is #FC9253. Grayscale: #545454. Windows color (decimal): -16552532 or 11300099. OLE color: 11300099.
HSL color Cylindrical-coordinate representation of color #036DAC: hue angle of 202.37º 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 #036DAC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 109 | 172 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.33 |
| HSL | 202.37º | 0.97% | 0.34% | - |
| HSV(B) | 202.37º | 0.98% | 0.67% | - |
| XYZ | 12.95 | 13.94 | 41.04 | - |
| YUV | 84.49 | 177.38 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 172 | 0.98 | 0.37 | 0 | 0.33 | 202.37 | 0.97 | 0.34 |
| Hex | 3 | 6D | AC | 62 | 25 | 0 | 21 | CA | 61 | 22 |
| Octal | 3 | 155 | 254 | 142 | 45 | 0 | 41 | 312 | 141 | 42 |
| Binary | 11 | 1101101 | 10101100 | 1100010 | 100101 | 0 | 100001 | 11001010 | 1100001 | 100010 |
Color Harmonies of #036DAC
Complementary color
Monochromatic Colors of #036DAC
Black with #036DAC
Text Example
Text Example
White with #036DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DAC; }
p { color: rgb(3,109,172); }
H1.HeaderClassName
{
color: #036DAC;
}
.AnyTagClassName
{
color: #036DAC;
}
</style>
background-color css
<style>
a { background-color: #036DAC; }
a { background-color: rgb(3,109,172); }
div.DivClassName
{
background-color: #036DAC;
}
.BgClassName
{
background-color: #036DAC;
}
</style>
border-color css
<style>
span { border-color: #036DAC; }
span { border-color: rgb(3,109,172); }
td.TdClassName
{
border-color: #036DAC;
}
.TagClassName
{
border-color: #036DAC;
}
</style>