Shades of Prussian Blue #032D5B
Tints of Prussian Blue #032D5B
RGB
CMYK
RGB Variations
Color information
#032D5B (or 0x032D5B) is known color: Prussian Blue. HEX triplet: 03, 2D and 5B. RGB value is (3,45,91). Sum of RGB (Red+Green+Blue) = 3+45+91=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #032D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D5B is #FCD2A4. Grayscale: #252525. Windows color (decimal): -16568997 or 5975299. OLE color: 5975299.
HSL color Cylindrical-coordinate representation of color #032D5B: hue angle of 211.36º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032D5B is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 45 | 91 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.64 |
| HSL | 211.36º | 0.94% | 0.18% | - |
| HSV(B) | 211.36º | 0.97% | 0.36% | - |
| XYZ | 2.86 | 2.65 | 10.26 | - |
| YUV | 37.69 | 158.09 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 91 | 0.97 | 0.51 | 0 | 0.64 | 211.36 | 0.94 | 0.18 |
| Hex | 3 | 2D | 5B | 61 | 33 | 0 | 40 | D3 | 5E | 12 |
| Octal | 3 | 55 | 133 | 141 | 63 | 0 | 100 | 323 | 136 | 22 |
| Binary | 11 | 101101 | 1011011 | 1100001 | 110011 | 0 | 1000000 | 11010011 | 1011110 | 10010 |
Color Harmonies of #032D5B
Complementary color
Monochromatic Colors of #032D5B
Black with #032D5B
Text Example
Text Example
White with #032D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D5B; }
p { color: rgb(3,45,91); }
H1.HeaderClassName
{
color: #032D5B;
}
.AnyTagClassName
{
color: #032D5B;
}
</style>
background-color css
<style>
a { background-color: #032D5B; }
a { background-color: rgb(3,45,91); }
div.DivClassName
{
background-color: #032D5B;
}
.BgClassName
{
background-color: #032D5B;
}
</style>
border-color css
<style>
span { border-color: #032D5B; }
span { border-color: rgb(3,45,91); }
td.TdClassName
{
border-color: #032D5B;
}
.TagClassName
{
border-color: #032D5B;
}
</style>