Shades of Prussian Blue #002D49
Tints of Prussian Blue #002D49
RGB
CMYK
RGB Variations
Color information
#002D49 (or 0x002D49) is known color: Prussian Blue. HEX triplet: 00, 2D and 49. RGB value is (0,45,73). Sum of RGB (Red+Green+Blue) = 0+45+73=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #002D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D49 is #FFD2B6. Grayscale: #222222. Windows color (decimal): -16765623 or 4795648. OLE color: 4795648.
HSL color Cylindrical-coordinate representation of color #002D49: hue angle of 203.01º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D49 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 45 | 73 | - |
| CMYK | 1 | 0.38 | 0 | 0.71 |
| HSL | 203.01º | 1% | 0.14% | - |
| HSV(B) | 203.01º | 1% | 0.29% | - |
| XYZ | 2.14 | 2.36 | 6.65 | - |
| YUV | 34.74 | 149.59 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 73 | 1 | 0.38 | 0 | 0.71 | 203.01 | 1 | 0.14 |
| Hex | 0 | 2D | 49 | 64 | 26 | 0 | 47 | CB | 64 | E |
| Octal | 0 | 55 | 111 | 144 | 46 | 0 | 107 | 313 | 144 | 16 |
| Binary | 0 | 101101 | 1001001 | 1100100 | 100110 | 0 | 1000111 | 11001011 | 1100100 | 1110 |
Color Harmonies of #002D49
Complementary color
Monochromatic Colors of #002D49
Black with #002D49
Text Example
Text Example
White with #002D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D49; }
p { color: rgb(0,45,73); }
H1.HeaderClassName
{
color: #002D49;
}
.AnyTagClassName
{
color: #002D49;
}
</style>
background-color css
<style>
a { background-color: #002D49; }
a { background-color: rgb(0,45,73); }
div.DivClassName
{
background-color: #002D49;
}
.BgClassName
{
background-color: #002D49;
}
</style>
border-color css
<style>
span { border-color: #002D49; }
span { border-color: rgb(0,45,73); }
td.TdClassName
{
border-color: #002D49;
}
.TagClassName
{
border-color: #002D49;
}
</style>