Shades of Prussian Blue #032E6D
Tints of Prussian Blue #032E6D
RGB
CMYK
RGB Variations
Color information
#032E6D (or 0x032E6D) is known color: Prussian Blue. HEX triplet: 03, 2E and 6D. RGB value is (3,46,109). Sum of RGB (Red+Green+Blue) = 3+46+109=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #032E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E6D is #FCD192. Grayscale: #282828. Windows color (decimal): -16568723 or 7155203. OLE color: 7155203.
HSL color Cylindrical-coordinate representation of color #032E6D: hue angle of 215.66º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032E6D is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 46 | 109 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.57 |
| HSL | 215.66º | 0.95% | 0.22% | - |
| HSV(B) | 215.66º | 0.97% | 0.43% | - |
| XYZ | 3.77 | 3.08 | 14.86 | - |
| YUV | 40.33 | 166.75 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 109 | 0.97 | 0.58 | 0 | 0.57 | 215.66 | 0.95 | 0.22 |
| Hex | 3 | 2E | 6D | 61 | 3A | 0 | 39 | D8 | 5F | 16 |
| Octal | 3 | 56 | 155 | 141 | 72 | 0 | 71 | 330 | 137 | 26 |
| Binary | 11 | 101110 | 1101101 | 1100001 | 111010 | 0 | 111001 | 11011000 | 1011111 | 10110 |
Color Harmonies of #032E6D
Complementary color
Monochromatic Colors of #032E6D
Black with #032E6D
Text Example
Text Example
White with #032E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E6D; }
p { color: rgb(3,46,109); }
H1.HeaderClassName
{
color: #032E6D;
}
.AnyTagClassName
{
color: #032E6D;
}
</style>
background-color css
<style>
a { background-color: #032E6D; }
a { background-color: rgb(3,46,109); }
div.DivClassName
{
background-color: #032E6D;
}
.BgClassName
{
background-color: #032E6D;
}
</style>
border-color css
<style>
span { border-color: #032E6D; }
span { border-color: rgb(3,46,109); }
td.TdClassName
{
border-color: #032E6D;
}
.TagClassName
{
border-color: #032E6D;
}
</style>