Shades of Cerulean #0375B7
Tints of Cerulean #0375B7
RGB
CMYK
RGB Variations
Color information
#0375B7 (or 0x0375B7) is known color: Cerulean. HEX triplet: 03, 75 and B7. RGB value is (3,117,183). Sum of RGB (Red+Green+Blue) = 3+117+183=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #0375B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375B7 is #FC8A48. Grayscale: #5A5A5A. Windows color (decimal): -16550473 or 12023043. OLE color: 12023043.
HSL color Cylindrical-coordinate representation of color #0375B7: hue angle of 202º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0375B7 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 117 | 183 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.28 |
| HSL | 202º | 0.97% | 0.36% | - |
| HSV(B) | 202º | 0.98% | 0.72% | - |
| XYZ | 14.95 | 16.16 | 47.13 | - |
| YUV | 90.44 | 180.23 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 183 | 0.98 | 0.36 | 0 | 0.28 | 202 | 0.97 | 0.36 |
| Hex | 3 | 75 | B7 | 62 | 24 | 0 | 1C | CA | 61 | 24 |
| Octal | 3 | 165 | 267 | 142 | 44 | 0 | 34 | 312 | 141 | 44 |
| Binary | 11 | 1110101 | 10110111 | 1100010 | 100100 | 0 | 11100 | 11001010 | 1100001 | 100100 |
Color Harmonies of #0375B7
Complementary color
Monochromatic Colors of #0375B7
Black with #0375B7
Text Example
Text Example
White with #0375B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0375B7; }
p { color: rgb(3,117,183); }
H1.HeaderClassName
{
color: #0375B7;
}
.AnyTagClassName
{
color: #0375B7;
}
</style>
background-color css
<style>
a { background-color: #0375B7; }
a { background-color: rgb(3,117,183); }
div.DivClassName
{
background-color: #0375B7;
}
.BgClassName
{
background-color: #0375B7;
}
</style>
border-color css
<style>
span { border-color: #0375B7; }
span { border-color: rgb(3,117,183); }
td.TdClassName
{
border-color: #0375B7;
}
.TagClassName
{
border-color: #0375B7;
}
</style>