Shades of Prussian Blue #002E51
Tints of Prussian Blue #002E51
RGB
CMYK
RGB Variations
Color information
#002E51 (or 0x002E51) is known color: Prussian Blue. HEX triplet: 00, 2E and 51. RGB value is (0,46,81). Sum of RGB (Red+Green+Blue) = 0+46+81=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 81 (32.03% from 255 or 63.78% from 127); Max value from RGB is 81 - color contains mainly: blue. Hex color #002E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E51 is #FFD1AE. Grayscale: #242424. Windows color (decimal): -16765359 or 5320192. OLE color: 5320192.
HSL color Cylindrical-coordinate representation of color #002E51: hue angle of 205.93º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E51 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 46 | 81 | - |
| CMYK | 1 | 0.43 | 0 | 0.68 |
| HSL | 205.93º | 1% | 0.16% | - |
| HSV(B) | 205.93º | 1% | 0.32% | - |
| XYZ | 2.46 | 2.55 | 8.15 | - |
| YUV | 36.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 81 | 1 | 0.43 | 0 | 0.68 | 205.93 | 1 | 0.16 |
| Hex | 0 | 2E | 51 | 64 | 2B | 0 | 44 | CE | 64 | 10 |
| Octal | 0 | 56 | 121 | 144 | 53 | 0 | 104 | 316 | 144 | 20 |
| Binary | 0 | 101110 | 1010001 | 1100100 | 101011 | 0 | 1000100 | 11001110 | 1100100 | 10000 |
Color Harmonies of #002E51
Complementary color
Monochromatic Colors of #002E51
Black with #002E51
Text Example
Text Example
White with #002E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E51; }
p { color: rgb(0,46,81); }
H1.HeaderClassName
{
color: #002E51;
}
.AnyTagClassName
{
color: #002E51;
}
</style>
background-color css
<style>
a { background-color: #002E51; }
a { background-color: rgb(0,46,81); }
div.DivClassName
{
background-color: #002E51;
}
.BgClassName
{
background-color: #002E51;
}
</style>
border-color css
<style>
span { border-color: #002E51; }
span { border-color: rgb(0,46,81); }
td.TdClassName
{
border-color: #002E51;
}
.TagClassName
{
border-color: #002E51;
}
</style>