Shades of Dark Cerulean #03428F
Tints of Dark Cerulean #03428F
RGB
CMYK
RGB Variations
Color information
#03428F (or 0x03428F) is known color: Dark Cerulean. HEX triplet: 03, 42 and 8F. RGB value is (3,66,143). Sum of RGB (Red+Green+Blue) = 3+66+143=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #03428F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03428F is #FCBD70. Grayscale: #373737. Windows color (decimal): -16563569 or 9388547. OLE color: 9388547.
HSL color Cylindrical-coordinate representation of color #03428F: hue angle of 213º 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 #03428F is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 66 | 143 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.44 |
| HSL | 213º | 0.96% | 0.29% | - |
| HSV(B) | 213º | 0.98% | 0.56% | - |
| XYZ | 6.94 | 5.9 | 26.76 | - |
| YUV | 55.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 143 | 0.98 | 0.54 | 0 | 0.44 | 213 | 0.96 | 0.29 |
| Hex | 3 | 42 | 8F | 62 | 36 | 0 | 2C | D5 | 60 | 1D |
| Octal | 3 | 102 | 217 | 142 | 66 | 0 | 54 | 325 | 140 | 35 |
| Binary | 11 | 1000010 | 10001111 | 1100010 | 110110 | 0 | 101100 | 11010101 | 1100000 | 11101 |
Color Harmonies of #03428F
Complementary color
Monochromatic Colors of #03428F
Black with #03428F
Text Example
Text Example
White with #03428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03428F; }
p { color: rgb(3,66,143); }
H1.HeaderClassName
{
color: #03428F;
}
.AnyTagClassName
{
color: #03428F;
}
</style>
background-color css
<style>
a { background-color: #03428F; }
a { background-color: rgb(3,66,143); }
div.DivClassName
{
background-color: #03428F;
}
.BgClassName
{
background-color: #03428F;
}
</style>
border-color css
<style>
span { border-color: #03428F; }
span { border-color: rgb(3,66,143); }
td.TdClassName
{
border-color: #03428F;
}
.TagClassName
{
border-color: #03428F;
}
</style>