Shades of Cerulean #037CB2
Tints of Cerulean #037CB2
RGB
CMYK
RGB Variations
Color information
#037CB2 (or 0x037CB2) is known color: Cerulean. HEX triplet: 03, 7C and B2. RGB value is (3,124,178). Sum of RGB (Red+Green+Blue) = 3+124+178=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #037CB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037CB2 is #FC834D. Grayscale: #5D5D5D. Windows color (decimal): -16548686 or 11697155. OLE color: 11697155.
HSL color Cylindrical-coordinate representation of color #037CB2: hue angle of 198.51º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037CB2 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 124 | 178 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.30 |
| HSL | 198.51º | 0.97% | 0.35% | - |
| HSV(B) | 198.51º | 0.98% | 0.7% | - |
| XYZ | 15.28 | 17.65 | 44.72 | - |
| YUV | 93.98 | 175.41 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 178 | 0.98 | 0.30 | 0 | 0.30 | 198.51 | 0.97 | 0.35 |
| Hex | 3 | 7C | B2 | 62 | 1E | 0 | 1E | C7 | 61 | 23 |
| Octal | 3 | 174 | 262 | 142 | 36 | 0 | 36 | 307 | 141 | 43 |
| Binary | 11 | 1111100 | 10110010 | 1100010 | 11110 | 0 | 11110 | 11000111 | 1100001 | 100011 |
Color Harmonies of #037CB2
Complementary color
Monochromatic Colors of #037CB2
Black with #037CB2
Text Example
Text Example
White with #037CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CB2; }
p { color: rgb(3,124,178); }
H1.HeaderClassName
{
color: #037CB2;
}
.AnyTagClassName
{
color: #037CB2;
}
</style>
background-color css
<style>
a { background-color: #037CB2; }
a { background-color: rgb(3,124,178); }
div.DivClassName
{
background-color: #037CB2;
}
.BgClassName
{
background-color: #037CB2;
}
</style>
border-color css
<style>
span { border-color: #037CB2; }
span { border-color: rgb(3,124,178); }
td.TdClassName
{
border-color: #037CB2;
}
.TagClassName
{
border-color: #037CB2;
}
</style>