Shades of Cerulean #037AA0
Tints of Cerulean #037AA0
RGB
CMYK
RGB Variations
Color information
#037AA0 (or 0x037AA0) is known color: Cerulean. HEX triplet: 03, 7A and A0. RGB value is (3,122,160). Sum of RGB (Red+Green+Blue) = 3+122+160=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #037AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037AA0 is #FC855F. Grayscale: #5A5A5A. Windows color (decimal): -16549216 or 10516995. OLE color: 10516995.
HSL color Cylindrical-coordinate representation of color #037AA0: hue angle of 194.52º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037AA0 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 122 | 160 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.37 |
| HSL | 194.52º | 0.96% | 0.32% | - |
| HSV(B) | 194.52º | 0.98% | 0.63% | - |
| XYZ | 13.34 | 16.48 | 35.73 | - |
| YUV | 90.75 | 167.08 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 160 | 0.98 | 0.24 | 0 | 0.37 | 194.52 | 0.96 | 0.32 |
| Hex | 3 | 7A | A0 | 62 | 18 | 0 | 25 | C3 | 60 | 20 |
| Octal | 3 | 172 | 240 | 142 | 30 | 0 | 45 | 303 | 140 | 40 |
| Binary | 11 | 1111010 | 10100000 | 1100010 | 11000 | 0 | 100101 | 11000011 | 1100000 | 100000 |
Color Harmonies of #037AA0
Complementary color
Monochromatic Colors of #037AA0
Black with #037AA0
Text Example
Text Example
White with #037AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037AA0; }
p { color: rgb(3,122,160); }
H1.HeaderClassName
{
color: #037AA0;
}
.AnyTagClassName
{
color: #037AA0;
}
</style>
background-color css
<style>
a { background-color: #037AA0; }
a { background-color: rgb(3,122,160); }
div.DivClassName
{
background-color: #037AA0;
}
.BgClassName
{
background-color: #037AA0;
}
</style>
border-color css
<style>
span { border-color: #037AA0; }
span { border-color: rgb(3,122,160); }
td.TdClassName
{
border-color: #037AA0;
}
.TagClassName
{
border-color: #037AA0;
}
</style>