Shades of Prussian Blue #04325E
Tints of Prussian Blue #04325E
RGB
CMYK
RGB Variations
Color information
#04325E (or 0x04325E) is known color: Prussian Blue. HEX triplet: 04, 32 and 5E. RGB value is (4,50,94). Sum of RGB (Red+Green+Blue) = 4+50+94=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #04325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04325E is #FBCDA1. Grayscale: #292929. Windows color (decimal): -16502178 or 6173188. OLE color: 6173188.
HSL color Cylindrical-coordinate representation of color #04325E: hue angle of 209.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04325E is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 50 | 94 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.63 |
| HSL | 209.33º | 0.92% | 0.19% | - |
| HSV(B) | 209.33º | 0.96% | 0.37% | - |
| XYZ | 3.21 | 3.12 | 11.02 | - |
| YUV | 41.26 | 157.76 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 94 | 0.96 | 0.47 | 0 | 0.63 | 209.33 | 0.92 | 0.19 |
| Hex | 4 | 32 | 5E | 60 | 2F | 0 | 3F | D1 | 5C | 13 |
| Octal | 4 | 62 | 136 | 140 | 57 | 0 | 77 | 321 | 134 | 23 |
| Binary | 100 | 110010 | 1011110 | 1100000 | 101111 | 0 | 111111 | 11010001 | 1011100 | 10011 |
Color Harmonies of #04325E
Complementary color
Monochromatic Colors of #04325E
Black with #04325E
Text Example
Text Example
White with #04325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04325E; }
p { color: rgb(4,50,94); }
H1.HeaderClassName
{
color: #04325E;
}
.AnyTagClassName
{
color: #04325E;
}
</style>
background-color css
<style>
a { background-color: #04325E; }
a { background-color: rgb(4,50,94); }
div.DivClassName
{
background-color: #04325E;
}
.BgClassName
{
background-color: #04325E;
}
</style>
border-color css
<style>
span { border-color: #04325E; }
span { border-color: rgb(4,50,94); }
td.TdClassName
{
border-color: #04325E;
}
.TagClassName
{
border-color: #04325E;
}
</style>