Shades of Prussian Blue #002E49
Tints of Prussian Blue #002E49
RGB
CMYK
RGB Variations
Color information
#002E49 (or 0x002E49) is known color: Prussian Blue. HEX triplet: 00, 2E and 49. RGB value is (0,46,73). Sum of RGB (Red+Green+Blue) = 0+46+73=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #002E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E49 is #FFD1B6. Grayscale: #232323. Windows color (decimal): -16765367 or 4795904. OLE color: 4795904.
HSL color Cylindrical-coordinate representation of color #002E49: hue angle of 202.19º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E49 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 46 | 73 | - |
| CMYK | 1 | 0.37 | 0 | 0.71 |
| HSL | 202.19º | 1% | 0.14% | - |
| HSV(B) | 202.19º | 1% | 0.29% | - |
| XYZ | 2.18 | 2.44 | 6.66 | - |
| YUV | 35.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 73 | 1 | 0.37 | 0 | 0.71 | 202.19 | 1 | 0.14 |
| Hex | 0 | 2E | 49 | 64 | 25 | 0 | 47 | CA | 64 | E |
| Octal | 0 | 56 | 111 | 144 | 45 | 0 | 107 | 312 | 144 | 16 |
| Binary | 0 | 101110 | 1001001 | 1100100 | 100101 | 0 | 1000111 | 11001010 | 1100100 | 1110 |
Color Harmonies of #002E49
Complementary color
Monochromatic Colors of #002E49
Black with #002E49
Text Example
Text Example
White with #002E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E49; }
p { color: rgb(0,46,73); }
H1.HeaderClassName
{
color: #002E49;
}
.AnyTagClassName
{
color: #002E49;
}
</style>
background-color css
<style>
a { background-color: #002E49; }
a { background-color: rgb(0,46,73); }
div.DivClassName
{
background-color: #002E49;
}
.BgClassName
{
background-color: #002E49;
}
</style>
border-color css
<style>
span { border-color: #002E49; }
span { border-color: rgb(0,46,73); }
td.TdClassName
{
border-color: #002E49;
}
.TagClassName
{
border-color: #002E49;
}
</style>