Shades of Cerulean #0371AC
Tints of Cerulean #0371AC
RGB
CMYK
RGB Variations
Color information
#0371AC (or 0x0371AC) is known color: Cerulean. HEX triplet: 03, 71 and AC. RGB value is (3,113,172). Sum of RGB (Red+Green+Blue) = 3+113+172=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #0371AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0371AC is #FC8E53. Grayscale: #565656. Windows color (decimal): -16551508 or 11301123. OLE color: 11301123.
HSL color Cylindrical-coordinate representation of color #0371AC: hue angle of 200.95º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0371AC is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 113 | 172 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.33 |
| HSL | 200.95º | 0.97% | 0.34% | - |
| HSV(B) | 200.95º | 0.98% | 0.67% | - |
| XYZ | 13.39 | 14.81 | 41.18 | - |
| YUV | 86.84 | 176.06 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 172 | 0.98 | 0.34 | 0 | 0.33 | 200.95 | 0.97 | 0.34 |
| Hex | 3 | 71 | AC | 62 | 22 | 0 | 21 | C9 | 61 | 22 |
| Octal | 3 | 161 | 254 | 142 | 42 | 0 | 41 | 311 | 141 | 42 |
| Binary | 11 | 1110001 | 10101100 | 1100010 | 100010 | 0 | 100001 | 11001001 | 1100001 | 100010 |
Color Harmonies of #0371AC
Complementary color
Monochromatic Colors of #0371AC
Black with #0371AC
Text Example
Text Example
White with #0371AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0371AC; }
p { color: rgb(3,113,172); }
H1.HeaderClassName
{
color: #0371AC;
}
.AnyTagClassName
{
color: #0371AC;
}
</style>
background-color css
<style>
a { background-color: #0371AC; }
a { background-color: rgb(3,113,172); }
div.DivClassName
{
background-color: #0371AC;
}
.BgClassName
{
background-color: #0371AC;
}
</style>
border-color css
<style>
span { border-color: #0371AC; }
span { border-color: rgb(3,113,172); }
td.TdClassName
{
border-color: #0371AC;
}
.TagClassName
{
border-color: #0371AC;
}
</style>