Shades of Prussian Blue #04356E
Tints of Prussian Blue #04356E
RGB
CMYK
RGB Variations
Color information
#04356E (or 0x04356E) is known color: Prussian Blue. HEX triplet: 04, 35 and 6E. RGB value is (4,53,110). Sum of RGB (Red+Green+Blue) = 4+53+110=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #04356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04356E is #FBCA91. Grayscale: #2C2C2C. Windows color (decimal): -16501394 or 7222532. OLE color: 7222532.
HSL color Cylindrical-coordinate representation of color #04356E: hue angle of 212.26º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04356E is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 53 | 110 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.57 |
| HSL | 212.26º | 0.93% | 0.22% | - |
| HSV(B) | 212.26º | 0.96% | 0.43% | - |
| XYZ | 4.14 | 3.7 | 15.25 | - |
| YUV | 44.85 | 164.77 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 110 | 0.96 | 0.52 | 0 | 0.57 | 212.26 | 0.93 | 0.22 |
| Hex | 4 | 35 | 6E | 60 | 34 | 0 | 39 | D4 | 5D | 16 |
| Octal | 4 | 65 | 156 | 140 | 64 | 0 | 71 | 324 | 135 | 26 |
| Binary | 100 | 110101 | 1101110 | 1100000 | 110100 | 0 | 111001 | 11010100 | 1011101 | 10110 |
Color Harmonies of #04356E
Complementary color
Monochromatic Colors of #04356E
Black with #04356E
Text Example
Text Example
White with #04356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04356E; }
p { color: rgb(4,53,110); }
H1.HeaderClassName
{
color: #04356E;
}
.AnyTagClassName
{
color: #04356E;
}
</style>
background-color css
<style>
a { background-color: #04356E; }
a { background-color: rgb(4,53,110); }
div.DivClassName
{
background-color: #04356E;
}
.BgClassName
{
background-color: #04356E;
}
</style>
border-color css
<style>
span { border-color: #04356E; }
span { border-color: rgb(4,53,110); }
td.TdClassName
{
border-color: #04356E;
}
.TagClassName
{
border-color: #04356E;
}
</style>