Shades of Cerulean #0371AD
Tints of Cerulean #0371AD
RGB
CMYK
RGB Variations
Color information
#0371AD (or 0x0371AD) is known color: Cerulean. HEX triplet: 03, 71 and AD. RGB value is (3,113,173). Sum of RGB (Red+Green+Blue) = 3+113+173=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #0371AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0371AD is #FC8E52. Grayscale: #565656. Windows color (decimal): -16551507 or 11366659. OLE color: 11366659.
HSL color Cylindrical-coordinate representation of color #0371AD: hue angle of 201.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0371AD is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 113 | 173 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.32 |
| HSL | 201.18º | 0.97% | 0.35% | - |
| HSV(B) | 201.18º | 0.98% | 0.68% | - |
| XYZ | 13.49 | 14.85 | 41.69 | - |
| YUV | 86.95 | 176.56 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 173 | 0.98 | 0.35 | 0 | 0.32 | 201.18 | 0.97 | 0.35 |
| Hex | 3 | 71 | AD | 62 | 23 | 0 | 20 | C9 | 61 | 23 |
| Octal | 3 | 161 | 255 | 142 | 43 | 0 | 40 | 311 | 141 | 43 |
| Binary | 11 | 1110001 | 10101101 | 1100010 | 100011 | 0 | 100000 | 11001001 | 1100001 | 100011 |
Color Harmonies of #0371AD
Complementary color
Monochromatic Colors of #0371AD
Black with #0371AD
Text Example
Text Example
White with #0371AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0371AD; }
p { color: rgb(3,113,173); }
H1.HeaderClassName
{
color: #0371AD;
}
.AnyTagClassName
{
color: #0371AD;
}
</style>
background-color css
<style>
a { background-color: #0371AD; }
a { background-color: rgb(3,113,173); }
div.DivClassName
{
background-color: #0371AD;
}
.BgClassName
{
background-color: #0371AD;
}
</style>
border-color css
<style>
span { border-color: #0371AD; }
span { border-color: rgb(3,113,173); }
td.TdClassName
{
border-color: #0371AD;
}
.TagClassName
{
border-color: #0371AD;
}
</style>