Shades of Prussian Blue #002F54
Tints of Prussian Blue #002F54
RGB
CMYK
RGB Variations
Color information
#002F54 (or 0x002F54) is known color: Prussian Blue. HEX triplet: 00, 2F and 54. RGB value is (0,47,84). Sum of RGB (Red+Green+Blue) = 0+47+84=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #002F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F54 is #FFD0AB. Grayscale: #242424. Windows color (decimal): -16765100 or 5517056. OLE color: 5517056.
HSL color Cylindrical-coordinate representation of color #002F54: hue angle of 206.43º 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 #002F54 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 47 | 84 | - |
| CMYK | 1 | 0.44 | 0 | 0.67 |
| HSL | 206.43º | 1% | 0.16% | - |
| HSV(B) | 206.43º | 1% | 0.33% | - |
| XYZ | 2.62 | 2.67 | 8.77 | - |
| YUV | 37.17 | 154.43 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 84 | 1 | 0.44 | 0 | 0.67 | 206.43 | 1 | 0.16 |
| Hex | 0 | 2F | 54 | 64 | 2C | 0 | 43 | CE | 64 | 10 |
| Octal | 0 | 57 | 124 | 144 | 54 | 0 | 103 | 316 | 144 | 20 |
| Binary | 0 | 101111 | 1010100 | 1100100 | 101100 | 0 | 1000011 | 11001110 | 1100100 | 10000 |
Color Harmonies of #002F54
Complementary color
Monochromatic Colors of #002F54
Black with #002F54
Text Example
Text Example
White with #002F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F54; }
p { color: rgb(0,47,84); }
H1.HeaderClassName
{
color: #002F54;
}
.AnyTagClassName
{
color: #002F54;
}
</style>
background-color css
<style>
a { background-color: #002F54; }
a { background-color: rgb(0,47,84); }
div.DivClassName
{
background-color: #002F54;
}
.BgClassName
{
background-color: #002F54;
}
</style>
border-color css
<style>
span { border-color: #002F54; }
span { border-color: rgb(0,47,84); }
td.TdClassName
{
border-color: #002F54;
}
.TagClassName
{
border-color: #002F54;
}
</style>