Shades of Prussian Blue #032B55
Tints of Prussian Blue #032B55
RGB
CMYK
RGB Variations
Color information
#032B55 (or 0x032B55) is known color: Prussian Blue. HEX triplet: 03, 2B and 55. RGB value is (3,43,85). Sum of RGB (Red+Green+Blue) = 3+43+85=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 85 (33.59% from 255 or 64.89% from 131); Max value from RGB is 85 - color contains mainly: blue. Hex color #032B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B55 is #FCD4AA. Grayscale: #232323. Windows color (decimal): -16569515 or 5581571. OLE color: 5581571.
HSL color Cylindrical-coordinate representation of color #032B55: hue angle of 210.73º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032B55 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 43 | 85 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.67 |
| HSL | 210.73º | 0.93% | 0.17% | - |
| HSV(B) | 210.73º | 0.96% | 0.33% | - |
| XYZ | 2.54 | 2.4 | 8.92 | - |
| YUV | 35.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 85 | 0.96 | 0.49 | 0 | 0.67 | 210.73 | 0.93 | 0.17 |
| Hex | 3 | 2B | 55 | 60 | 31 | 0 | 43 | D3 | 5D | 11 |
| Octal | 3 | 53 | 125 | 140 | 61 | 0 | 103 | 323 | 135 | 21 |
| Binary | 11 | 101011 | 1010101 | 1100000 | 110001 | 0 | 1000011 | 11010011 | 1011101 | 10001 |
Color Harmonies of #032B55
Complementary color
Monochromatic Colors of #032B55
Black with #032B55
Text Example
Text Example
White with #032B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B55; }
p { color: rgb(3,43,85); }
H1.HeaderClassName
{
color: #032B55;
}
.AnyTagClassName
{
color: #032B55;
}
</style>
background-color css
<style>
a { background-color: #032B55; }
a { background-color: rgb(3,43,85); }
div.DivClassName
{
background-color: #032B55;
}
.BgClassName
{
background-color: #032B55;
}
</style>
border-color css
<style>
span { border-color: #032B55; }
span { border-color: rgb(3,43,85); }
td.TdClassName
{
border-color: #032B55;
}
.TagClassName
{
border-color: #032B55;
}
</style>