Shades of Prussian Blue #032E5C
Tints of Prussian Blue #032E5C
RGB
CMYK
RGB Variations
Color information
#032E5C (or 0x032E5C) is known color: Prussian Blue. HEX triplet: 03, 2E and 5C. RGB value is (3,46,92). Sum of RGB (Red+Green+Blue) = 3+46+92=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #032E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E5C is #FCD1A3. Grayscale: #262626. Windows color (decimal): -16568740 or 6041091. OLE color: 6041091.
HSL color Cylindrical-coordinate representation of color #032E5C: hue angle of 211.01º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032E5C is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 46 | 92 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.64 |
| HSL | 211.01º | 0.94% | 0.19% | - |
| HSV(B) | 211.01º | 0.97% | 0.36% | - |
| XYZ | 2.95 | 2.75 | 10.5 | - |
| YUV | 38.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 92 | 0.97 | 0.50 | 0 | 0.64 | 211.01 | 0.94 | 0.19 |
| Hex | 3 | 2E | 5C | 61 | 32 | 0 | 40 | D3 | 5E | 13 |
| Octal | 3 | 56 | 134 | 141 | 62 | 0 | 100 | 323 | 136 | 23 |
| Binary | 11 | 101110 | 1011100 | 1100001 | 110010 | 0 | 1000000 | 11010011 | 1011110 | 10011 |
Color Harmonies of #032E5C
Complementary color
Monochromatic Colors of #032E5C
Black with #032E5C
Text Example
Text Example
White with #032E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E5C; }
p { color: rgb(3,46,92); }
H1.HeaderClassName
{
color: #032E5C;
}
.AnyTagClassName
{
color: #032E5C;
}
</style>
background-color css
<style>
a { background-color: #032E5C; }
a { background-color: rgb(3,46,92); }
div.DivClassName
{
background-color: #032E5C;
}
.BgClassName
{
background-color: #032E5C;
}
</style>
border-color css
<style>
span { border-color: #032E5C; }
span { border-color: rgb(3,46,92); }
td.TdClassName
{
border-color: #032E5C;
}
.TagClassName
{
border-color: #032E5C;
}
</style>