Shades of Prussian Blue #002E4A
Tints of Prussian Blue #002E4A
RGB
CMYK
RGB Variations
Color information
#002E4A (or 0x002E4A) is known color: Prussian Blue. HEX triplet: 00, 2E and 4A. RGB value is (0,46,74). Sum of RGB (Red+Green+Blue) = 0+46+74=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #002E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E4A is #FFD1B5. Grayscale: #232323. Windows color (decimal): -16765366 or 4861440. OLE color: 4861440.
HSL color Cylindrical-coordinate representation of color #002E4A: hue angle of 202.7º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E4A is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 46 | 74 | - |
| CMYK | 1 | 0.38 | 0 | 0.71 |
| HSL | 202.7º | 1% | 0.15% | - |
| HSV(B) | 202.7º | 1% | 0.29% | - |
| XYZ | 2.21 | 2.45 | 6.83 | - |
| YUV | 35.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 74 | 1 | 0.38 | 0 | 0.71 | 202.7 | 1 | 0.15 |
| Hex | 0 | 2E | 4A | 64 | 26 | 0 | 47 | CB | 64 | F |
| Octal | 0 | 56 | 112 | 144 | 46 | 0 | 107 | 313 | 144 | 17 |
| Binary | 0 | 101110 | 1001010 | 1100100 | 100110 | 0 | 1000111 | 11001011 | 1100100 | 1111 |
Color Harmonies of #002E4A
Complementary color
Monochromatic Colors of #002E4A
Black with #002E4A
Text Example
Text Example
White with #002E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E4A; }
p { color: rgb(0,46,74); }
H1.HeaderClassName
{
color: #002E4A;
}
.AnyTagClassName
{
color: #002E4A;
}
</style>
background-color css
<style>
a { background-color: #002E4A; }
a { background-color: rgb(0,46,74); }
div.DivClassName
{
background-color: #002E4A;
}
.BgClassName
{
background-color: #002E4A;
}
</style>
border-color css
<style>
span { border-color: #002E4A; }
span { border-color: rgb(0,46,74); }
td.TdClassName
{
border-color: #002E4A;
}
.TagClassName
{
border-color: #002E4A;
}
</style>