Shades of Prussian Blue #04325B
Tints of Prussian Blue #04325B
RGB
CMYK
RGB Variations
Color information
#04325B (or 0x04325B) is known color: Prussian Blue. HEX triplet: 04, 32 and 5B. RGB value is (4,50,91). Sum of RGB (Red+Green+Blue) = 4+50+91=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #04325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04325B is #FBCDA4. Grayscale: #282828. Windows color (decimal): -16502181 or 5976580. OLE color: 5976580.
HSL color Cylindrical-coordinate representation of color #04325B: hue angle of 208.28º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04325B is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 50 | 91 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.64 |
| HSL | 208.28º | 0.92% | 0.19% | - |
| HSV(B) | 208.28º | 0.96% | 0.36% | - |
| XYZ | 3.08 | 3.06 | 10.33 | - |
| YUV | 40.92 | 156.26 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 91 | 0.96 | 0.45 | 0 | 0.64 | 208.28 | 0.92 | 0.19 |
| Hex | 4 | 32 | 5B | 60 | 2D | 0 | 40 | D0 | 5C | 13 |
| Octal | 4 | 62 | 133 | 140 | 55 | 0 | 100 | 320 | 134 | 23 |
| Binary | 100 | 110010 | 1011011 | 1100000 | 101101 | 0 | 1000000 | 11010000 | 1011100 | 10011 |
Color Harmonies of #04325B
Complementary color
Monochromatic Colors of #04325B
Black with #04325B
Text Example
Text Example
White with #04325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04325B; }
p { color: rgb(4,50,91); }
H1.HeaderClassName
{
color: #04325B;
}
.AnyTagClassName
{
color: #04325B;
}
</style>
background-color css
<style>
a { background-color: #04325B; }
a { background-color: rgb(4,50,91); }
div.DivClassName
{
background-color: #04325B;
}
.BgClassName
{
background-color: #04325B;
}
</style>
border-color css
<style>
span { border-color: #04325B; }
span { border-color: rgb(4,50,91); }
td.TdClassName
{
border-color: #04325B;
}
.TagClassName
{
border-color: #04325B;
}
</style>