Shades of Cerulean #037DB2
Tints of Cerulean #037DB2
RGB
CMYK
RGB Variations
Color information
#037DB2 (or 0x037DB2) is known color: Cerulean. HEX triplet: 03, 7D and B2. RGB value is (3,125,178). Sum of RGB (Red+Green+Blue) = 3+125+178=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 178 (69.92% from 255 or 58.17% from 306); Max value from RGB is 178 - color contains mainly: blue. Hex color #037DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037DB2 is #FC824D. Grayscale: #5E5E5E. Windows color (decimal): -16548430 or 11697411. OLE color: 11697411.
HSL color Cylindrical-coordinate representation of color #037DB2: hue angle of 198.17º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037DB2 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 125 | 178 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.30 |
| HSL | 198.17º | 0.97% | 0.35% | - |
| HSV(B) | 198.17º | 0.98% | 0.7% | - |
| XYZ | 15.41 | 17.9 | 44.76 | - |
| YUV | 94.56 | 175.08 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 178 | 0.98 | 0.30 | 0 | 0.30 | 198.17 | 0.97 | 0.35 |
| Hex | 3 | 7D | B2 | 62 | 1E | 0 | 1E | C6 | 61 | 23 |
| Octal | 3 | 175 | 262 | 142 | 36 | 0 | 36 | 306 | 141 | 43 |
| Binary | 11 | 1111101 | 10110010 | 1100010 | 11110 | 0 | 11110 | 11000110 | 1100001 | 100011 |
Color Harmonies of #037DB2
Complementary color
Monochromatic Colors of #037DB2
Black with #037DB2
Text Example
Text Example
White with #037DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DB2; }
p { color: rgb(3,125,178); }
H1.HeaderClassName
{
color: #037DB2;
}
.AnyTagClassName
{
color: #037DB2;
}
</style>
background-color css
<style>
a { background-color: #037DB2; }
a { background-color: rgb(3,125,178); }
div.DivClassName
{
background-color: #037DB2;
}
.BgClassName
{
background-color: #037DB2;
}
</style>
border-color css
<style>
span { border-color: #037DB2; }
span { border-color: rgb(3,125,178); }
td.TdClassName
{
border-color: #037DB2;
}
.TagClassName
{
border-color: #037DB2;
}
</style>