Shades of Cerulean #037DAC
Tints of Cerulean #037DAC
RGB
CMYK
RGB Variations
Color information
#037DAC (or 0x037DAC) is known color: Cerulean. HEX triplet: 03, 7D and AC. RGB value is (3,125,172). Sum of RGB (Red+Green+Blue) = 3+125+172=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #037DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037DAC is #FC8253. Grayscale: #5D5D5D. Windows color (decimal): -16548436 or 11304195. OLE color: 11304195.
HSL color Cylindrical-coordinate representation of color #037DAC: hue angle of 196.69º 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 #037DAC is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 125 | 172 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.33 |
| HSL | 196.69º | 0.97% | 0.34% | - |
| HSV(B) | 196.69º | 0.98% | 0.67% | - |
| XYZ | 14.82 | 17.67 | 41.66 | - |
| YUV | 93.88 | 172.08 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 172 | 0.98 | 0.27 | 0 | 0.33 | 196.69 | 0.97 | 0.34 |
| Hex | 3 | 7D | AC | 62 | 1B | 0 | 21 | C5 | 61 | 22 |
| Octal | 3 | 175 | 254 | 142 | 33 | 0 | 41 | 305 | 141 | 42 |
| Binary | 11 | 1111101 | 10101100 | 1100010 | 11011 | 0 | 100001 | 11000101 | 1100001 | 100010 |
Color Harmonies of #037DAC
Complementary color
Monochromatic Colors of #037DAC
Black with #037DAC
Text Example
Text Example
White with #037DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DAC; }
p { color: rgb(3,125,172); }
H1.HeaderClassName
{
color: #037DAC;
}
.AnyTagClassName
{
color: #037DAC;
}
</style>
background-color css
<style>
a { background-color: #037DAC; }
a { background-color: rgb(3,125,172); }
div.DivClassName
{
background-color: #037DAC;
}
.BgClassName
{
background-color: #037DAC;
}
</style>
border-color css
<style>
span { border-color: #037DAC; }
span { border-color: rgb(3,125,172); }
td.TdClassName
{
border-color: #037DAC;
}
.TagClassName
{
border-color: #037DAC;
}
</style>