Shades of Cerulean #037296
Tints of Cerulean #037296
RGB
CMYK
RGB Variations
Color information
#037296 (or 0x037296) is known color: Cerulean. HEX triplet: 03, 72 and 96. RGB value is (3,114,150). Sum of RGB (Red+Green+Blue) = 3+114+150=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #037296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037296 is #FC8D69. Grayscale: #545454. Windows color (decimal): -16551274 or 9859587. OLE color: 9859587.
HSL color Cylindrical-coordinate representation of color #037296: hue angle of 194.69º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037296 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 114 | 150 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.41 |
| HSL | 194.69º | 0.96% | 0.3% | - |
| HSV(B) | 194.69º | 0.98% | 0.59% | - |
| XYZ | 11.56 | 14.26 | 31 | - |
| YUV | 84.92 | 164.73 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 150 | 0.98 | 0.24 | 0 | 0.41 | 194.69 | 0.96 | 0.3 |
| Hex | 3 | 72 | 96 | 62 | 18 | 0 | 29 | C3 | 60 | 1E |
| Octal | 3 | 162 | 226 | 142 | 30 | 0 | 51 | 303 | 140 | 36 |
| Binary | 11 | 1110010 | 10010110 | 1100010 | 11000 | 0 | 101001 | 11000011 | 1100000 | 11110 |
Color Harmonies of #037296
Complementary color
Monochromatic Colors of #037296
Black with #037296
Text Example
Text Example
White with #037296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037296; }
p { color: rgb(3,114,150); }
H1.HeaderClassName
{
color: #037296;
}
.AnyTagClassName
{
color: #037296;
}
</style>
background-color css
<style>
a { background-color: #037296; }
a { background-color: rgb(3,114,150); }
div.DivClassName
{
background-color: #037296;
}
.BgClassName
{
background-color: #037296;
}
</style>
border-color css
<style>
span { border-color: #037296; }
span { border-color: rgb(3,114,150); }
td.TdClassName
{
border-color: #037296;
}
.TagClassName
{
border-color: #037296;
}
</style>