Shades of Prussian Blue #032D55
Tints of Prussian Blue #032D55
RGB
CMYK
RGB Variations
Color information
#032D55 (or 0x032D55) is known color: Prussian Blue. HEX triplet: 03, 2D and 55. RGB value is (3,45,85). Sum of RGB (Red+Green+Blue) = 3+45+85=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #032D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D55 is #FCD2AA. Grayscale: #242424. Windows color (decimal): -16569003 or 5582083. OLE color: 5582083.
HSL color Cylindrical-coordinate representation of color #032D55: hue angle of 209.27º 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 #032D55 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 45 | 85 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.67 |
| HSL | 209.27º | 0.93% | 0.17% | - |
| HSV(B) | 209.27º | 0.96% | 0.33% | - |
| XYZ | 2.62 | 2.55 | 8.95 | - |
| YUV | 37 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 85 | 0.96 | 0.47 | 0 | 0.67 | 209.27 | 0.93 | 0.17 |
| Hex | 3 | 2D | 55 | 60 | 2F | 0 | 43 | D1 | 5D | 11 |
| Octal | 3 | 55 | 125 | 140 | 57 | 0 | 103 | 321 | 135 | 21 |
| Binary | 11 | 101101 | 1010101 | 1100000 | 101111 | 0 | 1000011 | 11010001 | 1011101 | 10001 |
Color Harmonies of #032D55
Complementary color
Monochromatic Colors of #032D55
Black with #032D55
Text Example
Text Example
White with #032D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D55; }
p { color: rgb(3,45,85); }
H1.HeaderClassName
{
color: #032D55;
}
.AnyTagClassName
{
color: #032D55;
}
</style>
background-color css
<style>
a { background-color: #032D55; }
a { background-color: rgb(3,45,85); }
div.DivClassName
{
background-color: #032D55;
}
.BgClassName
{
background-color: #032D55;
}
</style>
border-color css
<style>
span { border-color: #032D55; }
span { border-color: rgb(3,45,85); }
td.TdClassName
{
border-color: #032D55;
}
.TagClassName
{
border-color: #032D55;
}
</style>