Shades of Prussian Blue #032F50
Tints of Prussian Blue #032F50
RGB
CMYK
RGB Variations
Color information
#032F50 (or 0x032F50) is known color: Prussian Blue. HEX triplet: 03, 2F and 50. RGB value is (3,47,80). Sum of RGB (Red+Green+Blue) = 3+47+80=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #032F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F50 is #FCD0AF. Grayscale: #252525. Windows color (decimal): -16568496 or 5254915. OLE color: 5254915.
HSL color Cylindrical-coordinate representation of color #032F50: hue angle of 205.71º 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 #032F50 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 47 | 80 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.69 |
| HSL | 205.71º | 0.93% | 0.16% | - |
| HSV(B) | 205.71º | 0.96% | 0.31% | - |
| XYZ | 2.5 | 2.63 | 7.97 | - |
| YUV | 37.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 80 | 0.96 | 0.41 | 0 | 0.69 | 205.71 | 0.93 | 0.16 |
| Hex | 3 | 2F | 50 | 60 | 29 | 0 | 45 | CE | 5D | 10 |
| Octal | 3 | 57 | 120 | 140 | 51 | 0 | 105 | 316 | 135 | 20 |
| Binary | 11 | 101111 | 1010000 | 1100000 | 101001 | 0 | 1000101 | 11001110 | 1011101 | 10000 |
Color Harmonies of #032F50
Complementary color
Monochromatic Colors of #032F50
Black with #032F50
Text Example
Text Example
White with #032F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F50; }
p { color: rgb(3,47,80); }
H1.HeaderClassName
{
color: #032F50;
}
.AnyTagClassName
{
color: #032F50;
}
</style>
background-color css
<style>
a { background-color: #032F50; }
a { background-color: rgb(3,47,80); }
div.DivClassName
{
background-color: #032F50;
}
.BgClassName
{
background-color: #032F50;
}
</style>
border-color css
<style>
span { border-color: #032F50; }
span { border-color: rgb(3,47,80); }
td.TdClassName
{
border-color: #032F50;
}
.TagClassName
{
border-color: #032F50;
}
</style>