Shades of Cerulean #037CB1
Tints of Cerulean #037CB1
RGB
CMYK
RGB Variations
Color information
#037CB1 (or 0x037CB1) is known color: Cerulean. HEX triplet: 03, 7C and B1. RGB value is (3,124,177). Sum of RGB (Red+Green+Blue) = 3+124+177=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #037CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037CB1 is #FC834E. Grayscale: #5D5D5D. Windows color (decimal): -16548687 or 11631619. OLE color: 11631619.
HSL color Cylindrical-coordinate representation of color #037CB1: hue angle of 198.28º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037CB1 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 124 | 177 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.31 |
| HSL | 198.28º | 0.97% | 0.35% | - |
| HSV(B) | 198.28º | 0.98% | 0.69% | - |
| XYZ | 15.18 | 17.61 | 44.19 | - |
| YUV | 93.86 | 174.91 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 177 | 0.98 | 0.30 | 0 | 0.31 | 198.28 | 0.97 | 0.35 |
| Hex | 3 | 7C | B1 | 62 | 1E | 0 | 1F | C6 | 61 | 23 |
| Octal | 3 | 174 | 261 | 142 | 36 | 0 | 37 | 306 | 141 | 43 |
| Binary | 11 | 1111100 | 10110001 | 1100010 | 11110 | 0 | 11111 | 11000110 | 1100001 | 100011 |
Color Harmonies of #037CB1
Complementary color
Monochromatic Colors of #037CB1
Black with #037CB1
Text Example
Text Example
White with #037CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CB1; }
p { color: rgb(3,124,177); }
H1.HeaderClassName
{
color: #037CB1;
}
.AnyTagClassName
{
color: #037CB1;
}
</style>
background-color css
<style>
a { background-color: #037CB1; }
a { background-color: rgb(3,124,177); }
div.DivClassName
{
background-color: #037CB1;
}
.BgClassName
{
background-color: #037CB1;
}
</style>
border-color css
<style>
span { border-color: #037CB1; }
span { border-color: rgb(3,124,177); }
td.TdClassName
{
border-color: #037CB1;
}
.TagClassName
{
border-color: #037CB1;
}
</style>