Shades of Cerulean #037595
Tints of Cerulean #037595
RGB
CMYK
RGB Variations
Color information
#037595 (or 0x037595) is known color: Cerulean. HEX triplet: 03, 75 and 95. RGB value is (3,117,149). Sum of RGB (Red+Green+Blue) = 3+117+149=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #037595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037595 is #FC8A6A. Grayscale: #565656. Windows color (decimal): -16550507 or 9794819. OLE color: 9794819.
HSL color Cylindrical-coordinate representation of color #037595: hue angle of 193.15º 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 #037595 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 117 | 149 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.42 |
| HSL | 193.15º | 0.96% | 0.3% | - |
| HSV(B) | 193.15º | 0.98% | 0.58% | - |
| XYZ | 11.82 | 14.91 | 30.69 | - |
| YUV | 86.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 149 | 0.98 | 0.21 | 0 | 0.42 | 193.15 | 0.96 | 0.3 |
| Hex | 3 | 75 | 95 | 62 | 15 | 0 | 2A | C1 | 60 | 1E |
| Octal | 3 | 165 | 225 | 142 | 25 | 0 | 52 | 301 | 140 | 36 |
| Binary | 11 | 1110101 | 10010101 | 1100010 | 10101 | 0 | 101010 | 11000001 | 1100000 | 11110 |
Color Harmonies of #037595
Complementary color
Monochromatic Colors of #037595
Black with #037595
Text Example
Text Example
White with #037595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037595; }
p { color: rgb(3,117,149); }
H1.HeaderClassName
{
color: #037595;
}
.AnyTagClassName
{
color: #037595;
}
</style>
background-color css
<style>
a { background-color: #037595; }
a { background-color: rgb(3,117,149); }
div.DivClassName
{
background-color: #037595;
}
.BgClassName
{
background-color: #037595;
}
</style>
border-color css
<style>
span { border-color: #037595; }
span { border-color: rgb(3,117,149); }
td.TdClassName
{
border-color: #037595;
}
.TagClassName
{
border-color: #037595;
}
</style>