Shades of Dark Cerulean #03426E
Tints of Dark Cerulean #03426E
RGB
CMYK
RGB Variations
Color information
#03426E (or 0x03426E) is known color: Dark Cerulean. HEX triplet: 03, 42 and 6E. RGB value is (3,66,110). Sum of RGB (Red+Green+Blue) = 3+66+110=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #03426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03426E is #FCBD91. Grayscale: #333333. Windows color (decimal): -16563602 or 7225859. OLE color: 7225859.
HSL color Cylindrical-coordinate representation of color #03426E: hue angle of 204.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03426E is Cyan = 0.97, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 66 | 110 | - |
| CMYK | 0.97 | 0.4 | 0 | 0.57 |
| HSL | 204.67º | 0.95% | 0.22% | - |
| HSV(B) | 204.67º | 0.97% | 0.43% | - |
| XYZ | 4.8 | 5.04 | 15.47 | - |
| YUV | 52.18 | 160.63 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 110 | 0.97 | 0.4 | 0 | 0.57 | 204.67 | 0.95 | 0.22 |
| Hex | 3 | 42 | 6E | 61 | 28 | 0 | 39 | CD | 5F | 16 |
| Octal | 3 | 102 | 156 | 141 | 50 | 0 | 71 | 315 | 137 | 26 |
| Binary | 11 | 1000010 | 1101110 | 1100001 | 101000 | 0 | 111001 | 11001101 | 1011111 | 10110 |
Color Harmonies of #03426E
Complementary color
Monochromatic Colors of #03426E
Black with #03426E
Text Example
Text Example
White with #03426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03426E; }
p { color: rgb(3,66,110); }
H1.HeaderClassName
{
color: #03426E;
}
.AnyTagClassName
{
color: #03426E;
}
</style>
background-color css
<style>
a { background-color: #03426E; }
a { background-color: rgb(3,66,110); }
div.DivClassName
{
background-color: #03426E;
}
.BgClassName
{
background-color: #03426E;
}
</style>
border-color css
<style>
span { border-color: #03426E; }
span { border-color: rgb(3,66,110); }
td.TdClassName
{
border-color: #03426E;
}
.TagClassName
{
border-color: #03426E;
}
</style>