Shades of Prussian Blue #002D4D
Tints of Prussian Blue #002D4D
RGB
CMYK
RGB Variations
Color information
#002D4D (or 0x002D4D) is known color: Prussian Blue. HEX triplet: 00, 2D and 4D. RGB value is (0,45,77). Sum of RGB (Red+Green+Blue) = 0+45+77=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #002D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D4D is #FFD2B2. Grayscale: #232323. Windows color (decimal): -16765619 or 5057792. OLE color: 5057792.
HSL color Cylindrical-coordinate representation of color #002D4D: hue angle of 204.94º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D4D is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 45 | 77 | - |
| CMYK | 1 | 0.42 | 0 | 0.70 |
| HSL | 204.94º | 1% | 0.15% | - |
| HSV(B) | 204.94º | 1% | 0.3% | - |
| XYZ | 2.28 | 2.41 | 7.37 | - |
| YUV | 35.19 | 151.59 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 77 | 1 | 0.42 | 0 | 0.70 | 204.94 | 1 | 0.15 |
| Hex | 0 | 2D | 4D | 64 | 2A | 0 | 46 | CD | 64 | F |
| Octal | 0 | 55 | 115 | 144 | 52 | 0 | 106 | 315 | 144 | 17 |
| Binary | 0 | 101101 | 1001101 | 1100100 | 101010 | 0 | 1000110 | 11001101 | 1100100 | 1111 |
Color Harmonies of #002D4D
Complementary color
Monochromatic Colors of #002D4D
Black with #002D4D
Text Example
Text Example
White with #002D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D4D; }
p { color: rgb(0,45,77); }
H1.HeaderClassName
{
color: #002D4D;
}
.AnyTagClassName
{
color: #002D4D;
}
</style>
background-color css
<style>
a { background-color: #002D4D; }
a { background-color: rgb(0,45,77); }
div.DivClassName
{
background-color: #002D4D;
}
.BgClassName
{
background-color: #002D4D;
}
</style>
border-color css
<style>
span { border-color: #002D4D; }
span { border-color: rgb(0,45,77); }
td.TdClassName
{
border-color: #002D4D;
}
.TagClassName
{
border-color: #002D4D;
}
</style>