Shades of Cerulean #0373B4
Tints of Cerulean #0373B4
RGB
CMYK
RGB Variations
Color information
#0373B4 (or 0x0373B4) is known color: Cerulean. HEX triplet: 03, 73 and B4. RGB value is (3,115,180). Sum of RGB (Red+Green+Blue) = 3+115+180=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #0373B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0373B4 is #FC8C4B. Grayscale: #585858. Windows color (decimal): -16550988 or 11825923. OLE color: 11825923.
HSL color Cylindrical-coordinate representation of color #0373B4: hue angle of 202.03º 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 #0373B4 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 115 | 180 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.29 |
| HSL | 202.03º | 0.97% | 0.36% | - |
| HSV(B) | 202.03º | 0.98% | 0.71% | - |
| XYZ | 14.41 | 15.58 | 45.43 | - |
| YUV | 88.92 | 179.39 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 180 | 0.98 | 0.36 | 0 | 0.29 | 202.03 | 0.97 | 0.36 |
| Hex | 3 | 73 | B4 | 62 | 24 | 0 | 1D | CA | 61 | 24 |
| Octal | 3 | 163 | 264 | 142 | 44 | 0 | 35 | 312 | 141 | 44 |
| Binary | 11 | 1110011 | 10110100 | 1100010 | 100100 | 0 | 11101 | 11001010 | 1100001 | 100100 |
Color Harmonies of #0373B4
Complementary color
Monochromatic Colors of #0373B4
Black with #0373B4
Text Example
Text Example
White with #0373B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0373B4; }
p { color: rgb(3,115,180); }
H1.HeaderClassName
{
color: #0373B4;
}
.AnyTagClassName
{
color: #0373B4;
}
</style>
background-color css
<style>
a { background-color: #0373B4; }
a { background-color: rgb(3,115,180); }
div.DivClassName
{
background-color: #0373B4;
}
.BgClassName
{
background-color: #0373B4;
}
</style>
border-color css
<style>
span { border-color: #0373B4; }
span { border-color: rgb(3,115,180); }
td.TdClassName
{
border-color: #0373B4;
}
.TagClassName
{
border-color: #0373B4;
}
</style>