Shades of Prussian Blue #002E6E
Tints of Prussian Blue #002E6E
RGB
CMYK
RGB Variations
Color information
#002E6E (or 0x002E6E) is known color: Prussian Blue. HEX triplet: 00, 2E and 6E. RGB value is (0,46,110). Sum of RGB (Red+Green+Blue) = 0+46+110=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #002E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E6E is #FFD191. Grayscale: #272727. Windows color (decimal): -16765330 or 7220736. OLE color: 7220736.
HSL color Cylindrical-coordinate representation of color #002E6E: hue angle of 214.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E6E is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 46 | 110 | - |
| CMYK | 1 | 0.58 | 0 | 0.57 |
| HSL | 214.91º | 1% | 0.22% | - |
| HSV(B) | 214.91º | 1% | 0.43% | - |
| XYZ | 3.79 | 3.08 | 15.15 | - |
| YUV | 39.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 110 | 1 | 0.58 | 0 | 0.57 | 214.91 | 1 | 0.22 |
| Hex | 0 | 2E | 6E | 64 | 3A | 0 | 39 | D7 | 64 | 16 |
| Octal | 0 | 56 | 156 | 144 | 72 | 0 | 71 | 327 | 144 | 26 |
| Binary | 0 | 101110 | 1101110 | 1100100 | 111010 | 0 | 111001 | 11010111 | 1100100 | 10110 |
Color Harmonies of #002E6E
Complementary color
Monochromatic Colors of #002E6E
Black with #002E6E
Text Example
Text Example
White with #002E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E6E; }
p { color: rgb(0,46,110); }
H1.HeaderClassName
{
color: #002E6E;
}
.AnyTagClassName
{
color: #002E6E;
}
</style>
background-color css
<style>
a { background-color: #002E6E; }
a { background-color: rgb(0,46,110); }
div.DivClassName
{
background-color: #002E6E;
}
.BgClassName
{
background-color: #002E6E;
}
</style>
border-color css
<style>
span { border-color: #002E6E; }
span { border-color: rgb(0,46,110); }
td.TdClassName
{
border-color: #002E6E;
}
.TagClassName
{
border-color: #002E6E;
}
</style>