Shades of Dark Cerulean #03428C
Tints of Dark Cerulean #03428C
RGB
CMYK
RGB Variations
Color information
#03428C (or 0x03428C) is known color: Dark Cerulean. HEX triplet: 03, 42 and 8C. RGB value is (3,66,140). Sum of RGB (Red+Green+Blue) = 3+66+140=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #03428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03428C is #FCBD73. Grayscale: #373737. Windows color (decimal): -16563572 or 9191939. OLE color: 9191939.
HSL color Cylindrical-coordinate representation of color #03428C: hue angle of 212.41º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03428C is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 66 | 140 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.45 |
| HSL | 212.41º | 0.96% | 0.28% | - |
| HSV(B) | 212.41º | 0.98% | 0.55% | - |
| XYZ | 6.72 | 5.81 | 25.58 | - |
| YUV | 55.6 | 175.63 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 140 | 0.98 | 0.53 | 0 | 0.45 | 212.41 | 0.96 | 0.28 |
| Hex | 3 | 42 | 8C | 62 | 35 | 0 | 2D | D4 | 60 | 1C |
| Octal | 3 | 102 | 214 | 142 | 65 | 0 | 55 | 324 | 140 | 34 |
| Binary | 11 | 1000010 | 10001100 | 1100010 | 110101 | 0 | 101101 | 11010100 | 1100000 | 11100 |
Color Harmonies of #03428C
Complementary color
Monochromatic Colors of #03428C
Black with #03428C
Text Example
Text Example
White with #03428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03428C; }
p { color: rgb(3,66,140); }
H1.HeaderClassName
{
color: #03428C;
}
.AnyTagClassName
{
color: #03428C;
}
</style>
background-color css
<style>
a { background-color: #03428C; }
a { background-color: rgb(3,66,140); }
div.DivClassName
{
background-color: #03428C;
}
.BgClassName
{
background-color: #03428C;
}
</style>
border-color css
<style>
span { border-color: #03428C; }
span { border-color: rgb(3,66,140); }
td.TdClassName
{
border-color: #03428C;
}
.TagClassName
{
border-color: #03428C;
}
</style>