Shades of Prussian Blue #002D56
Tints of Prussian Blue #002D56
RGB
CMYK
RGB Variations
Color information
#002D56 (or 0x002D56) is known color: Prussian Blue. HEX triplet: 00, 2D and 56. RGB value is (0,45,86). Sum of RGB (Red+Green+Blue) = 0+45+86=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #002D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D56 is #FFD2A9. Grayscale: #242424. Windows color (decimal): -16765610 or 5647616. OLE color: 5647616.
HSL color Cylindrical-coordinate representation of color #002D56: hue angle of 208.6º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D56 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 45 | 86 | - |
| CMYK | 1 | 0.48 | 0 | 0.66 |
| HSL | 208.6º | 1% | 0.17% | - |
| HSV(B) | 208.6º | 1% | 0.34% | - |
| XYZ | 2.62 | 2.55 | 9.16 | - |
| YUV | 36.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 86 | 1 | 0.48 | 0 | 0.66 | 208.6 | 1 | 0.17 |
| Hex | 0 | 2D | 56 | 64 | 30 | 0 | 42 | D1 | 64 | 11 |
| Octal | 0 | 55 | 126 | 144 | 60 | 0 | 102 | 321 | 144 | 21 |
| Binary | 0 | 101101 | 1010110 | 1100100 | 110000 | 0 | 1000010 | 11010001 | 1100100 | 10001 |
Color Harmonies of #002D56
Complementary color
Monochromatic Colors of #002D56
Black with #002D56
Text Example
Text Example
White with #002D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D56; }
p { color: rgb(0,45,86); }
H1.HeaderClassName
{
color: #002D56;
}
.AnyTagClassName
{
color: #002D56;
}
</style>
background-color css
<style>
a { background-color: #002D56; }
a { background-color: rgb(0,45,86); }
div.DivClassName
{
background-color: #002D56;
}
.BgClassName
{
background-color: #002D56;
}
</style>
border-color css
<style>
span { border-color: #002D56; }
span { border-color: rgb(0,45,86); }
td.TdClassName
{
border-color: #002D56;
}
.TagClassName
{
border-color: #002D56;
}
</style>