Shades of Prussian Blue #032E50
Tints of Prussian Blue #032E50
RGB
CMYK
RGB Variations
Color information
#032E50 (or 0x032E50) is known color: Prussian Blue. HEX triplet: 03, 2E and 50. RGB value is (3,46,80). Sum of RGB (Red+Green+Blue) = 3+46+80=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #032E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E50 is #FCD1AF. Grayscale: #242424. Windows color (decimal): -16568752 or 5254659. OLE color: 5254659.
HSL color Cylindrical-coordinate representation of color #032E50: hue angle of 206.49º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032E50 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 46 | 80 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.69 |
| HSL | 206.49º | 0.93% | 0.16% | - |
| HSV(B) | 206.49º | 0.96% | 0.31% | - |
| XYZ | 2.46 | 2.55 | 7.95 | - |
| YUV | 37.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 80 | 0.96 | 0.42 | 0 | 0.69 | 206.49 | 0.93 | 0.16 |
| Hex | 3 | 2E | 50 | 60 | 2A | 0 | 45 | CE | 5D | 10 |
| Octal | 3 | 56 | 120 | 140 | 52 | 0 | 105 | 316 | 135 | 20 |
| Binary | 11 | 101110 | 1010000 | 1100000 | 101010 | 0 | 1000101 | 11001110 | 1011101 | 10000 |
Color Harmonies of #032E50
Complementary color
Monochromatic Colors of #032E50
Black with #032E50
Text Example
Text Example
White with #032E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E50; }
p { color: rgb(3,46,80); }
H1.HeaderClassName
{
color: #032E50;
}
.AnyTagClassName
{
color: #032E50;
}
</style>
background-color css
<style>
a { background-color: #032E50; }
a { background-color: rgb(3,46,80); }
div.DivClassName
{
background-color: #032E50;
}
.BgClassName
{
background-color: #032E50;
}
</style>
border-color css
<style>
span { border-color: #032E50; }
span { border-color: rgb(3,46,80); }
td.TdClassName
{
border-color: #032E50;
}
.TagClassName
{
border-color: #032E50;
}
</style>