Shades of Dark Cerulean #03518F
Tints of Dark Cerulean #03518F
RGB
CMYK
RGB Variations
Color information
#03518F (or 0x03518F) is known color: Dark Cerulean. HEX triplet: 03, 51 and 8F. RGB value is (3,81,143). Sum of RGB (Red+Green+Blue) = 3+81+143=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #03518F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03518F is #FCAE70. Grayscale: #404040. Windows color (decimal): -16559729 or 9392387. OLE color: 9392387.
HSL color Cylindrical-coordinate representation of color #03518F: hue angle of 206.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03518F is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 81 | 143 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.44 |
| HSL | 206.57º | 0.96% | 0.29% | - |
| HSV(B) | 206.57º | 0.98% | 0.56% | - |
| XYZ | 7.94 | 7.89 | 27.09 | - |
| YUV | 64.75 | 172.16 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 143 | 0.98 | 0.43 | 0 | 0.44 | 206.57 | 0.96 | 0.29 |
| Hex | 3 | 51 | 8F | 62 | 2B | 0 | 2C | CF | 60 | 1D |
| Octal | 3 | 121 | 217 | 142 | 53 | 0 | 54 | 317 | 140 | 35 |
| Binary | 11 | 1010001 | 10001111 | 1100010 | 101011 | 0 | 101100 | 11001111 | 1100000 | 11101 |
Color Harmonies of #03518F
Complementary color
Monochromatic Colors of #03518F
Black with #03518F
Text Example
Text Example
White with #03518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03518F; }
p { color: rgb(3,81,143); }
H1.HeaderClassName
{
color: #03518F;
}
.AnyTagClassName
{
color: #03518F;
}
</style>
background-color css
<style>
a { background-color: #03518F; }
a { background-color: rgb(3,81,143); }
div.DivClassName
{
background-color: #03518F;
}
.BgClassName
{
background-color: #03518F;
}
</style>
border-color css
<style>
span { border-color: #03518F; }
span { border-color: rgb(3,81,143); }
td.TdClassName
{
border-color: #03518F;
}
.TagClassName
{
border-color: #03518F;
}
</style>