Shades of Prussian Blue #032E4E
Tints of Prussian Blue #032E4E
RGB
CMYK
RGB Variations
Color information
#032E4E (or 0x032E4E) is known color: Prussian Blue. HEX triplet: 03, 2E and 4E. RGB value is (3,46,78). Sum of RGB (Red+Green+Blue) = 3+46+78=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #032E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E4E is #FCD1B1. Grayscale: #242424. Windows color (decimal): -16568754 or 5123587. OLE color: 5123587.
HSL color Cylindrical-coordinate representation of color #032E4E: hue angle of 205.6º 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 #032E4E is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 46 | 78 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.69 |
| HSL | 205.6º | 0.93% | 0.16% | - |
| HSV(B) | 205.6º | 0.96% | 0.31% | - |
| XYZ | 2.39 | 2.52 | 7.57 | - |
| YUV | 36.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 78 | 0.96 | 0.41 | 0 | 0.69 | 205.6 | 0.93 | 0.16 |
| Hex | 3 | 2E | 4E | 60 | 29 | 0 | 45 | CE | 5D | 10 |
| Octal | 3 | 56 | 116 | 140 | 51 | 0 | 105 | 316 | 135 | 20 |
| Binary | 11 | 101110 | 1001110 | 1100000 | 101001 | 0 | 1000101 | 11001110 | 1011101 | 10000 |
Color Harmonies of #032E4E
Complementary color
Monochromatic Colors of #032E4E
Black with #032E4E
Text Example
Text Example
White with #032E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E4E; }
p { color: rgb(3,46,78); }
H1.HeaderClassName
{
color: #032E4E;
}
.AnyTagClassName
{
color: #032E4E;
}
</style>
background-color css
<style>
a { background-color: #032E4E; }
a { background-color: rgb(3,46,78); }
div.DivClassName
{
background-color: #032E4E;
}
.BgClassName
{
background-color: #032E4E;
}
</style>
border-color css
<style>
span { border-color: #032E4E; }
span { border-color: rgb(3,46,78); }
td.TdClassName
{
border-color: #032E4E;
}
.TagClassName
{
border-color: #032E4E;
}
</style>