Shades of Cerulean #037295
Tints of Cerulean #037295
RGB
CMYK
RGB Variations
Color information
#037295 (or 0x037295) is known color: Cerulean. HEX triplet: 03, 72 and 95. RGB value is (3,114,149). Sum of RGB (Red+Green+Blue) = 3+114+149=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #037295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037295 is #FC8D6A. Grayscale: #545454. Windows color (decimal): -16551275 or 9794051. OLE color: 9794051.
HSL color Cylindrical-coordinate representation of color #037295: hue angle of 194.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037295 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 114 | 149 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.42 |
| HSL | 194.38º | 0.96% | 0.3% | - |
| HSV(B) | 194.38º | 0.98% | 0.58% | - |
| XYZ | 11.48 | 14.22 | 30.57 | - |
| YUV | 84.8 | 164.23 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 149 | 0.98 | 0.23 | 0 | 0.42 | 194.38 | 0.96 | 0.3 |
| Hex | 3 | 72 | 95 | 62 | 17 | 0 | 2A | C2 | 60 | 1E |
| Octal | 3 | 162 | 225 | 142 | 27 | 0 | 52 | 302 | 140 | 36 |
| Binary | 11 | 1110010 | 10010101 | 1100010 | 10111 | 0 | 101010 | 11000010 | 1100000 | 11110 |
Color Harmonies of #037295
Complementary color
Monochromatic Colors of #037295
Black with #037295
Text Example
Text Example
White with #037295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037295; }
p { color: rgb(3,114,149); }
H1.HeaderClassName
{
color: #037295;
}
.AnyTagClassName
{
color: #037295;
}
</style>
background-color css
<style>
a { background-color: #037295; }
a { background-color: rgb(3,114,149); }
div.DivClassName
{
background-color: #037295;
}
.BgClassName
{
background-color: #037295;
}
</style>
border-color css
<style>
span { border-color: #037295; }
span { border-color: rgb(3,114,149); }
td.TdClassName
{
border-color: #037295;
}
.TagClassName
{
border-color: #037295;
}
</style>