Shades of Prussian Blue #002E4D
Tints of Prussian Blue #002E4D
RGB
CMYK
RGB Variations
Color information
#002E4D (or 0x002E4D) is known color: Prussian Blue. HEX triplet: 00, 2E and 4D. RGB value is (0,46,77). Sum of RGB (Red+Green+Blue) = 0+46+77=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #002E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E4D is #FFD1B2. Grayscale: #232323. Windows color (decimal): -16765363 or 5058048. OLE color: 5058048.
HSL color Cylindrical-coordinate representation of color #002E4D: hue angle of 204.16º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E4D is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 46 | 77 | - |
| CMYK | 1 | 0.40 | 0 | 0.70 |
| HSL | 204.16º | 1% | 0.15% | - |
| HSV(B) | 204.16º | 1% | 0.3% | - |
| XYZ | 2.32 | 2.49 | 7.38 | - |
| YUV | 35.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 77 | 1 | 0.40 | 0 | 0.70 | 204.16 | 1 | 0.15 |
| Hex | 0 | 2E | 4D | 64 | 28 | 0 | 46 | CC | 64 | F |
| Octal | 0 | 56 | 115 | 144 | 50 | 0 | 106 | 314 | 144 | 17 |
| Binary | 0 | 101110 | 1001101 | 1100100 | 101000 | 0 | 1000110 | 11001100 | 1100100 | 1111 |
Color Harmonies of #002E4D
Complementary color
Monochromatic Colors of #002E4D
Black with #002E4D
Text Example
Text Example
White with #002E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E4D; }
p { color: rgb(0,46,77); }
H1.HeaderClassName
{
color: #002E4D;
}
.AnyTagClassName
{
color: #002E4D;
}
</style>
background-color css
<style>
a { background-color: #002E4D; }
a { background-color: rgb(0,46,77); }
div.DivClassName
{
background-color: #002E4D;
}
.BgClassName
{
background-color: #002E4D;
}
</style>
border-color css
<style>
span { border-color: #002E4D; }
span { border-color: rgb(0,46,77); }
td.TdClassName
{
border-color: #002E4D;
}
.TagClassName
{
border-color: #002E4D;
}
</style>