Shades of Prussian Blue #032D50
Tints of Prussian Blue #032D50
RGB
CMYK
RGB Variations
Color information
#032D50 (or 0x032D50) is known color: Prussian Blue. HEX triplet: 03, 2D and 50. RGB value is (3,45,80). Sum of RGB (Red+Green+Blue) = 3+45+80=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #032D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D50 is #FCD2AF. Grayscale: #242424. Windows color (decimal): -16569008 or 5254403. OLE color: 5254403.
HSL color Cylindrical-coordinate representation of color #032D50: hue angle of 207.27º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032D50 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 45 | 80 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.69 |
| HSL | 207.27º | 0.93% | 0.16% | - |
| HSV(B) | 207.27º | 0.96% | 0.31% | - |
| XYZ | 2.42 | 2.48 | 7.94 | - |
| YUV | 36.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 80 | 0.96 | 0.44 | 0 | 0.69 | 207.27 | 0.93 | 0.16 |
| Hex | 3 | 2D | 50 | 60 | 2C | 0 | 45 | CF | 5D | 10 |
| Octal | 3 | 55 | 120 | 140 | 54 | 0 | 105 | 317 | 135 | 20 |
| Binary | 11 | 101101 | 1010000 | 1100000 | 101100 | 0 | 1000101 | 11001111 | 1011101 | 10000 |
Color Harmonies of #032D50
Complementary color
Monochromatic Colors of #032D50
Black with #032D50
Text Example
Text Example
White with #032D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D50; }
p { color: rgb(3,45,80); }
H1.HeaderClassName
{
color: #032D50;
}
.AnyTagClassName
{
color: #032D50;
}
</style>
background-color css
<style>
a { background-color: #032D50; }
a { background-color: rgb(3,45,80); }
div.DivClassName
{
background-color: #032D50;
}
.BgClassName
{
background-color: #032D50;
}
</style>
border-color css
<style>
span { border-color: #032D50; }
span { border-color: rgb(3,45,80); }
td.TdClassName
{
border-color: #032D50;
}
.TagClassName
{
border-color: #032D50;
}
</style>