Shades of Prussian Blue #04355E
Tints of Prussian Blue #04355E
RGB
CMYK
RGB Variations
Color information
#04355E (or 0x04355E) is known color: Prussian Blue. HEX triplet: 04, 35 and 5E. RGB value is (4,53,94). Sum of RGB (Red+Green+Blue) = 4+53+94=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #04355E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04355E is #FBCAA1. Grayscale: #2A2A2A. Windows color (decimal): -16501410 or 6173956. OLE color: 6173956.
HSL color Cylindrical-coordinate representation of color #04355E: hue angle of 207.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 #04355E is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 53 | 94 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.63 |
| HSL | 207.33º | 0.92% | 0.19% | - |
| HSV(B) | 207.33º | 0.96% | 0.37% | - |
| XYZ | 3.34 | 3.38 | 11.07 | - |
| YUV | 43.02 | 156.77 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 94 | 0.96 | 0.44 | 0 | 0.63 | 207.33 | 0.92 | 0.19 |
| Hex | 4 | 35 | 5E | 60 | 2C | 0 | 3F | CF | 5C | 13 |
| Octal | 4 | 65 | 136 | 140 | 54 | 0 | 77 | 317 | 134 | 23 |
| Binary | 100 | 110101 | 1011110 | 1100000 | 101100 | 0 | 111111 | 11001111 | 1011100 | 10011 |
Color Harmonies of #04355E
Complementary color
Monochromatic Colors of #04355E
Black with #04355E
Text Example
Text Example
White with #04355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04355E; }
p { color: rgb(4,53,94); }
H1.HeaderClassName
{
color: #04355E;
}
.AnyTagClassName
{
color: #04355E;
}
</style>
background-color css
<style>
a { background-color: #04355E; }
a { background-color: rgb(4,53,94); }
div.DivClassName
{
background-color: #04355E;
}
.BgClassName
{
background-color: #04355E;
}
</style>
border-color css
<style>
span { border-color: #04355E; }
span { border-color: rgb(4,53,94); }
td.TdClassName
{
border-color: #04355E;
}
.TagClassName
{
border-color: #04355E;
}
</style>