Shades of Prussian Blue #002E70
Tints of Prussian Blue #002E70
RGB
CMYK
RGB Variations
Color information
#002E70 (or 0x002E70) is known color: Prussian Blue. HEX triplet: 00, 2E and 70. RGB value is (0,46,112). Sum of RGB (Red+Green+Blue) = 0+46+112=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #002E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E70 is #FFD18F. Grayscale: #272727. Windows color (decimal): -16765328 or 7351808. OLE color: 7351808.
HSL color Cylindrical-coordinate representation of color #002E70: hue angle of 215.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E70 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 46 | 112 | - |
| CMYK | 1 | 0.59 | 0 | 0.56 |
| HSL | 215.36º | 1% | 0.22% | - |
| HSV(B) | 215.36º | 1% | 0.44% | - |
| XYZ | 3.9 | 3.12 | 15.73 | - |
| YUV | 39.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 112 | 1 | 0.59 | 0 | 0.56 | 215.36 | 1 | 0.22 |
| Hex | 0 | 2E | 70 | 64 | 3B | 0 | 38 | D7 | 64 | 16 |
| Octal | 0 | 56 | 160 | 144 | 73 | 0 | 70 | 327 | 144 | 26 |
| Binary | 0 | 101110 | 1110000 | 1100100 | 111011 | 0 | 111000 | 11010111 | 1100100 | 10110 |
Color Harmonies of #002E70
Complementary color
Monochromatic Colors of #002E70
Black with #002E70
Text Example
Text Example
White with #002E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E70; }
p { color: rgb(0,46,112); }
H1.HeaderClassName
{
color: #002E70;
}
.AnyTagClassName
{
color: #002E70;
}
</style>
background-color css
<style>
a { background-color: #002E70; }
a { background-color: rgb(0,46,112); }
div.DivClassName
{
background-color: #002E70;
}
.BgClassName
{
background-color: #002E70;
}
</style>
border-color css
<style>
span { border-color: #002E70; }
span { border-color: rgb(0,46,112); }
td.TdClassName
{
border-color: #002E70;
}
.TagClassName
{
border-color: #002E70;
}
</style>