Shades of Cerulean #0370AD
Tints of Cerulean #0370AD
RGB
CMYK
RGB Variations
Color information
#0370AD (or 0x0370AD) is known color: Cerulean. HEX triplet: 03, 70 and AD. RGB value is (3,112,173). Sum of RGB (Red+Green+Blue) = 3+112+173=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #0370AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0370AD is #FC8F52. Grayscale: #565656. Windows color (decimal): -16551763 or 11366403. OLE color: 11366403.
HSL color Cylindrical-coordinate representation of color #0370AD: hue angle of 201.53º 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 #0370AD is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 112 | 173 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.32 |
| HSL | 201.53º | 0.97% | 0.35% | - |
| HSV(B) | 201.53º | 0.98% | 0.68% | - |
| XYZ | 13.37 | 14.62 | 41.65 | - |
| YUV | 86.36 | 176.89 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 173 | 0.98 | 0.35 | 0 | 0.32 | 201.53 | 0.97 | 0.35 |
| Hex | 3 | 70 | AD | 62 | 23 | 0 | 20 | CA | 61 | 23 |
| Octal | 3 | 160 | 255 | 142 | 43 | 0 | 40 | 312 | 141 | 43 |
| Binary | 11 | 1110000 | 10101101 | 1100010 | 100011 | 0 | 100000 | 11001010 | 1100001 | 100011 |
Color Harmonies of #0370AD
Complementary color
Monochromatic Colors of #0370AD
Black with #0370AD
Text Example
Text Example
White with #0370AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0370AD; }
p { color: rgb(3,112,173); }
H1.HeaderClassName
{
color: #0370AD;
}
.AnyTagClassName
{
color: #0370AD;
}
</style>
background-color css
<style>
a { background-color: #0370AD; }
a { background-color: rgb(3,112,173); }
div.DivClassName
{
background-color: #0370AD;
}
.BgClassName
{
background-color: #0370AD;
}
</style>
border-color css
<style>
span { border-color: #0370AD; }
span { border-color: rgb(3,112,173); }
td.TdClassName
{
border-color: #0370AD;
}
.TagClassName
{
border-color: #0370AD;
}
</style>