Shades of Cerulean #037DA0
Tints of Cerulean #037DA0
RGB
CMYK
RGB Variations
Color information
#037DA0 (or 0x037DA0) is known color: Cerulean. HEX triplet: 03, 7D and A0. RGB value is (3,125,160). Sum of RGB (Red+Green+Blue) = 3+125+160=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #037DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037DA0 is #FC825F. Grayscale: #5C5C5C. Windows color (decimal): -16548448 or 10517763. OLE color: 10517763.
HSL color Cylindrical-coordinate representation of color #037DA0: hue angle of 193.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037DA0 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 125 | 160 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.37 |
| HSL | 193.38º | 0.96% | 0.32% | - |
| HSV(B) | 193.38º | 0.98% | 0.63% | - |
| XYZ | 13.72 | 17.22 | 35.86 | - |
| YUV | 92.51 | 166.08 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 160 | 0.98 | 0.22 | 0 | 0.37 | 193.38 | 0.96 | 0.32 |
| Hex | 3 | 7D | A0 | 62 | 16 | 0 | 25 | C1 | 60 | 20 |
| Octal | 3 | 175 | 240 | 142 | 26 | 0 | 45 | 301 | 140 | 40 |
| Binary | 11 | 1111101 | 10100000 | 1100010 | 10110 | 0 | 100101 | 11000001 | 1100000 | 100000 |
Color Harmonies of #037DA0
Complementary color
Monochromatic Colors of #037DA0
Black with #037DA0
Text Example
Text Example
White with #037DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DA0; }
p { color: rgb(3,125,160); }
H1.HeaderClassName
{
color: #037DA0;
}
.AnyTagClassName
{
color: #037DA0;
}
</style>
background-color css
<style>
a { background-color: #037DA0; }
a { background-color: rgb(3,125,160); }
div.DivClassName
{
background-color: #037DA0;
}
.BgClassName
{
background-color: #037DA0;
}
</style>
border-color css
<style>
span { border-color: #037DA0; }
span { border-color: rgb(3,125,160); }
td.TdClassName
{
border-color: #037DA0;
}
.TagClassName
{
border-color: #037DA0;
}
</style>