Shades of Cerulean #037098
Tints of Cerulean #037098
RGB
CMYK
RGB Variations
Color information
#037098 (or 0x037098) is known color: Cerulean. HEX triplet: 03, 70 and 98. RGB value is (3,112,152). Sum of RGB (Red+Green+Blue) = 3+112+152=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #037098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037098 is #FC8F67. Grayscale: #535353. Windows color (decimal): -16551784 or 9990147. OLE color: 9990147.
HSL color Cylindrical-coordinate representation of color #037098: hue angle of 196.11º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037098 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 112 | 152 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.40 |
| HSL | 196.11º | 0.96% | 0.3% | - |
| HSV(B) | 196.11º | 0.98% | 0.6% | - |
| XYZ | 11.5 | 13.87 | 31.78 | - |
| YUV | 83.97 | 166.39 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 152 | 0.98 | 0.26 | 0 | 0.40 | 196.11 | 0.96 | 0.3 |
| Hex | 3 | 70 | 98 | 62 | 1A | 0 | 28 | C4 | 60 | 1E |
| Octal | 3 | 160 | 230 | 142 | 32 | 0 | 50 | 304 | 140 | 36 |
| Binary | 11 | 1110000 | 10011000 | 1100010 | 11010 | 0 | 101000 | 11000100 | 1100000 | 11110 |
Color Harmonies of #037098
Complementary color
Monochromatic Colors of #037098
Black with #037098
Text Example
Text Example
White with #037098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037098; }
p { color: rgb(3,112,152); }
H1.HeaderClassName
{
color: #037098;
}
.AnyTagClassName
{
color: #037098;
}
</style>
background-color css
<style>
a { background-color: #037098; }
a { background-color: rgb(3,112,152); }
div.DivClassName
{
background-color: #037098;
}
.BgClassName
{
background-color: #037098;
}
</style>
border-color css
<style>
span { border-color: #037098; }
span { border-color: rgb(3,112,152); }
td.TdClassName
{
border-color: #037098;
}
.TagClassName
{
border-color: #037098;
}
</style>