Shades of Prussian Blue #04356F
Tints of Prussian Blue #04356F
RGB
CMYK
RGB Variations
Color information
#04356F (or 0x04356F) is known color: Prussian Blue. HEX triplet: 04, 35 and 6F. RGB value is (4,53,111). Sum of RGB (Red+Green+Blue) = 4+53+111=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #04356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04356F is #FBCA90. Grayscale: #2C2C2C. Windows color (decimal): -16501393 or 7288068. OLE color: 7288068.
HSL color Cylindrical-coordinate representation of color #04356F: hue angle of 212.52º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04356F is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 53 | 111 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.56 |
| HSL | 212.52º | 0.93% | 0.23% | - |
| HSV(B) | 212.52º | 0.96% | 0.44% | - |
| XYZ | 4.19 | 3.72 | 15.54 | - |
| YUV | 44.96 | 165.27 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 111 | 0.96 | 0.52 | 0 | 0.56 | 212.52 | 0.93 | 0.23 |
| Hex | 4 | 35 | 6F | 60 | 34 | 0 | 38 | D5 | 5D | 17 |
| Octal | 4 | 65 | 157 | 140 | 64 | 0 | 70 | 325 | 135 | 27 |
| Binary | 100 | 110101 | 1101111 | 1100000 | 110100 | 0 | 111000 | 11010101 | 1011101 | 10111 |
Color Harmonies of #04356F
Complementary color
Monochromatic Colors of #04356F
Black with #04356F
Text Example
Text Example
White with #04356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04356F; }
p { color: rgb(4,53,111); }
H1.HeaderClassName
{
color: #04356F;
}
.AnyTagClassName
{
color: #04356F;
}
</style>
background-color css
<style>
a { background-color: #04356F; }
a { background-color: rgb(4,53,111); }
div.DivClassName
{
background-color: #04356F;
}
.BgClassName
{
background-color: #04356F;
}
</style>
border-color css
<style>
span { border-color: #04356F; }
span { border-color: rgb(4,53,111); }
td.TdClassName
{
border-color: #04356F;
}
.TagClassName
{
border-color: #04356F;
}
</style>