Shades of Cerulean #037DB0
Tints of Cerulean #037DB0
RGB
CMYK
RGB Variations
Color information
#037DB0 (or 0x037DB0) is known color: Cerulean. HEX triplet: 03, 7D and B0. RGB value is (3,125,176). Sum of RGB (Red+Green+Blue) = 3+125+176=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #037DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037DB0 is #FC824F. Grayscale: #5E5E5E. Windows color (decimal): -16548432 or 11566339. OLE color: 11566339.
HSL color Cylindrical-coordinate representation of color #037DB0: hue angle of 197.69º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037DB0 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 125 | 176 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.31 |
| HSL | 197.69º | 0.97% | 0.35% | - |
| HSV(B) | 197.69º | 0.98% | 0.69% | - |
| XYZ | 15.21 | 17.82 | 43.71 | - |
| YUV | 94.34 | 174.08 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 176 | 0.98 | 0.29 | 0 | 0.31 | 197.69 | 0.97 | 0.35 |
| Hex | 3 | 7D | B0 | 62 | 1D | 0 | 1F | C6 | 61 | 23 |
| Octal | 3 | 175 | 260 | 142 | 35 | 0 | 37 | 306 | 141 | 43 |
| Binary | 11 | 1111101 | 10110000 | 1100010 | 11101 | 0 | 11111 | 11000110 | 1100001 | 100011 |
Color Harmonies of #037DB0
Complementary color
Monochromatic Colors of #037DB0
Black with #037DB0
Text Example
Text Example
White with #037DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DB0; }
p { color: rgb(3,125,176); }
H1.HeaderClassName
{
color: #037DB0;
}
.AnyTagClassName
{
color: #037DB0;
}
</style>
background-color css
<style>
a { background-color: #037DB0; }
a { background-color: rgb(3,125,176); }
div.DivClassName
{
background-color: #037DB0;
}
.BgClassName
{
background-color: #037DB0;
}
</style>
border-color css
<style>
span { border-color: #037DB0; }
span { border-color: rgb(3,125,176); }
td.TdClassName
{
border-color: #037DB0;
}
.TagClassName
{
border-color: #037DB0;
}
</style>