Shades of Cerulean #037CB5
Tints of Cerulean #037CB5
RGB
CMYK
RGB Variations
Color information
#037CB5 (or 0x037CB5) is known color: Cerulean. HEX triplet: 03, 7C and B5. RGB value is (3,124,181). Sum of RGB (Red+Green+Blue) = 3+124+181=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #037CB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CB5 is #FC834A. Grayscale: #5D5D5D. Windows color (decimal): -16548683 or 11893763. OLE color: 11893763.
HSL color Cylindrical-coordinate representation of color #037CB5: hue angle of 199.21º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037CB5 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 124 | 181 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.29 |
| HSL | 199.21º | 0.97% | 0.36% | - |
| HSV(B) | 199.21º | 0.98% | 0.71% | - |
| XYZ | 15.59 | 17.77 | 46.32 | - |
| YUV | 94.32 | 176.91 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 181 | 0.98 | 0.31 | 0 | 0.29 | 199.21 | 0.97 | 0.36 |
| Hex | 3 | 7C | B5 | 62 | 1F | 0 | 1D | C7 | 61 | 24 |
| Octal | 3 | 174 | 265 | 142 | 37 | 0 | 35 | 307 | 141 | 44 |
| Binary | 11 | 1111100 | 10110101 | 1100010 | 11111 | 0 | 11101 | 11000111 | 1100001 | 100100 |
Color Harmonies of #037CB5
Complementary color
Monochromatic Colors of #037CB5
Black with #037CB5
Text Example
Text Example
White with #037CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CB5; }
p { color: rgb(3,124,181); }
H1.HeaderClassName
{
color: #037CB5;
}
.AnyTagClassName
{
color: #037CB5;
}
</style>
background-color css
<style>
a { background-color: #037CB5; }
a { background-color: rgb(3,124,181); }
div.DivClassName
{
background-color: #037CB5;
}
.BgClassName
{
background-color: #037CB5;
}
</style>
border-color css
<style>
span { border-color: #037CB5; }
span { border-color: rgb(3,124,181); }
td.TdClassName
{
border-color: #037CB5;
}
.TagClassName
{
border-color: #037CB5;
}
</style>