Shades of Dark Cerulean #03518A
Tints of Dark Cerulean #03518A
RGB
CMYK
RGB Variations
Color information
#03518A (or 0x03518A) is known color: Dark Cerulean. HEX triplet: 03, 51 and 8A. RGB value is (3,81,138). Sum of RGB (Red+Green+Blue) = 3+81+138=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #03518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03518A is #FCAE75. Grayscale: #3F3F3F. Windows color (decimal): -16559734 or 9064707. OLE color: 9064707.
HSL color Cylindrical-coordinate representation of color #03518A: hue angle of 205.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03518A is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 81 | 138 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.46 |
| HSL | 205.33º | 0.96% | 0.28% | - |
| HSV(B) | 205.33º | 0.98% | 0.54% | - |
| XYZ | 7.57 | 7.74 | 25.14 | - |
| YUV | 64.18 | 169.66 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 138 | 0.98 | 0.41 | 0 | 0.46 | 205.33 | 0.96 | 0.28 |
| Hex | 3 | 51 | 8A | 62 | 29 | 0 | 2E | CD | 60 | 1C |
| Octal | 3 | 121 | 212 | 142 | 51 | 0 | 56 | 315 | 140 | 34 |
| Binary | 11 | 1010001 | 10001010 | 1100010 | 101001 | 0 | 101110 | 11001101 | 1100000 | 11100 |
Color Harmonies of #03518A
Complementary color
Monochromatic Colors of #03518A
Black with #03518A
Text Example
Text Example
White with #03518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03518A; }
p { color: rgb(3,81,138); }
H1.HeaderClassName
{
color: #03518A;
}
.AnyTagClassName
{
color: #03518A;
}
</style>
background-color css
<style>
a { background-color: #03518A; }
a { background-color: rgb(3,81,138); }
div.DivClassName
{
background-color: #03518A;
}
.BgClassName
{
background-color: #03518A;
}
</style>
border-color css
<style>
span { border-color: #03518A; }
span { border-color: rgb(3,81,138); }
td.TdClassName
{
border-color: #03518A;
}
.TagClassName
{
border-color: #03518A;
}
</style>