Shades of Prussian Blue #032E55
Tints of Prussian Blue #032E55
RGB
CMYK
RGB Variations
Color information
#032E55 (or 0x032E55) is known color: Prussian Blue. HEX triplet: 03, 2E and 55. RGB value is (3,46,85). Sum of RGB (Red+Green+Blue) = 3+46+85=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #032E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E55 is #FCD1AA. Grayscale: #252525. Windows color (decimal): -16568747 or 5582339. OLE color: 5582339.
HSL color Cylindrical-coordinate representation of color #032E55: hue angle of 208.54º 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 #032E55 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 46 | 85 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.67 |
| HSL | 208.54º | 0.93% | 0.17% | - |
| HSV(B) | 208.54º | 0.96% | 0.33% | - |
| XYZ | 2.65 | 2.63 | 8.96 | - |
| YUV | 37.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 85 | 0.96 | 0.46 | 0 | 0.67 | 208.54 | 0.93 | 0.17 |
| Hex | 3 | 2E | 55 | 60 | 2E | 0 | 43 | D1 | 5D | 11 |
| Octal | 3 | 56 | 125 | 140 | 56 | 0 | 103 | 321 | 135 | 21 |
| Binary | 11 | 101110 | 1010101 | 1100000 | 101110 | 0 | 1000011 | 11010001 | 1011101 | 10001 |
Color Harmonies of #032E55
Complementary color
Monochromatic Colors of #032E55
Black with #032E55
Text Example
Text Example
White with #032E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E55; }
p { color: rgb(3,46,85); }
H1.HeaderClassName
{
color: #032E55;
}
.AnyTagClassName
{
color: #032E55;
}
</style>
background-color css
<style>
a { background-color: #032E55; }
a { background-color: rgb(3,46,85); }
div.DivClassName
{
background-color: #032E55;
}
.BgClassName
{
background-color: #032E55;
}
</style>
border-color css
<style>
span { border-color: #032E55; }
span { border-color: rgb(3,46,85); }
td.TdClassName
{
border-color: #032E55;
}
.TagClassName
{
border-color: #032E55;
}
</style>