Shades of Prussian Blue #032C50
Tints of Prussian Blue #032C50
RGB
CMYK
RGB Variations
Color information
#032C50 (or 0x032C50) is known color: Prussian Blue. HEX triplet: 03, 2C and 50. RGB value is (3,44,80). Sum of RGB (Red+Green+Blue) = 3+44+80=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #032C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C50 is #FCD3AF. Grayscale: #232323. Windows color (decimal): -16569264 or 5254147. OLE color: 5254147.
HSL color Cylindrical-coordinate representation of color #032C50: hue angle of 208.05º 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 #032C50 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 44 | 80 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.69 |
| HSL | 208.05º | 0.93% | 0.16% | - |
| HSV(B) | 208.05º | 0.96% | 0.31% | - |
| XYZ | 2.39 | 2.4 | 7.93 | - |
| YUV | 35.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 80 | 0.96 | 0.45 | 0 | 0.69 | 208.05 | 0.93 | 0.16 |
| Hex | 3 | 2C | 50 | 60 | 2D | 0 | 45 | D0 | 5D | 10 |
| Octal | 3 | 54 | 120 | 140 | 55 | 0 | 105 | 320 | 135 | 20 |
| Binary | 11 | 101100 | 1010000 | 1100000 | 101101 | 0 | 1000101 | 11010000 | 1011101 | 10000 |
Color Harmonies of #032C50
Complementary color
Monochromatic Colors of #032C50
Black with #032C50
Text Example
Text Example
White with #032C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C50; }
p { color: rgb(3,44,80); }
H1.HeaderClassName
{
color: #032C50;
}
.AnyTagClassName
{
color: #032C50;
}
</style>
background-color css
<style>
a { background-color: #032C50; }
a { background-color: rgb(3,44,80); }
div.DivClassName
{
background-color: #032C50;
}
.BgClassName
{
background-color: #032C50;
}
</style>
border-color css
<style>
span { border-color: #032C50; }
span { border-color: rgb(3,44,80); }
td.TdClassName
{
border-color: #032C50;
}
.TagClassName
{
border-color: #032C50;
}
</style>