Shades of Prussian Blue #002E54
Tints of Prussian Blue #002E54
RGB
CMYK
RGB Variations
Color information
#002E54 (or 0x002E54) is known color: Prussian Blue. HEX triplet: 00, 2E and 54. RGB value is (0,46,84). Sum of RGB (Red+Green+Blue) = 0+46+84=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #002E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E54 is #FFD1AB. Grayscale: #242424. Windows color (decimal): -16765356 or 5516800. OLE color: 5516800.
HSL color Cylindrical-coordinate representation of color #002E54: hue angle of 207.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E54 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 46 | 84 | - |
| CMYK | 1 | 0.45 | 0 | 0.67 |
| HSL | 207.14º | 1% | 0.16% | - |
| HSV(B) | 207.14º | 1% | 0.33% | - |
| XYZ | 2.58 | 2.59 | 8.75 | - |
| YUV | 36.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 84 | 1 | 0.45 | 0 | 0.67 | 207.14 | 1 | 0.16 |
| Hex | 0 | 2E | 54 | 64 | 2D | 0 | 43 | CF | 64 | 10 |
| Octal | 0 | 56 | 124 | 144 | 55 | 0 | 103 | 317 | 144 | 20 |
| Binary | 0 | 101110 | 1010100 | 1100100 | 101101 | 0 | 1000011 | 11001111 | 1100100 | 10000 |
Color Harmonies of #002E54
Complementary color
Monochromatic Colors of #002E54
Black with #002E54
Text Example
Text Example
White with #002E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E54; }
p { color: rgb(0,46,84); }
H1.HeaderClassName
{
color: #002E54;
}
.AnyTagClassName
{
color: #002E54;
}
</style>
background-color css
<style>
a { background-color: #002E54; }
a { background-color: rgb(0,46,84); }
div.DivClassName
{
background-color: #002E54;
}
.BgClassName
{
background-color: #002E54;
}
</style>
border-color css
<style>
span { border-color: #002E54; }
span { border-color: rgb(0,46,84); }
td.TdClassName
{
border-color: #002E54;
}
.TagClassName
{
border-color: #002E54;
}
</style>