Shades of Prussian Blue #04356D
Tints of Prussian Blue #04356D
RGB
CMYK
RGB Variations
Color information
#04356D (or 0x04356D) is known color: Prussian Blue. HEX triplet: 04, 35 and 6D. RGB value is (4,53,109). Sum of RGB (Red+Green+Blue) = 4+53+109=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #04356D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04356D is #FBCA92. Grayscale: #2C2C2C. Windows color (decimal): -16501395 or 7156996. OLE color: 7156996.
HSL color Cylindrical-coordinate representation of color #04356D: hue angle of 212º 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 #04356D is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 53 | 109 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.57 |
| HSL | 212º | 0.93% | 0.22% | - |
| HSV(B) | 212º | 0.96% | 0.43% | - |
| XYZ | 4.08 | 3.68 | 14.96 | - |
| YUV | 44.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 109 | 0.96 | 0.51 | 0 | 0.57 | 212 | 0.93 | 0.22 |
| Hex | 4 | 35 | 6D | 60 | 33 | 0 | 39 | D4 | 5D | 16 |
| Octal | 4 | 65 | 155 | 140 | 63 | 0 | 71 | 324 | 135 | 26 |
| Binary | 100 | 110101 | 1101101 | 1100000 | 110011 | 0 | 111001 | 11010100 | 1011101 | 10110 |
Color Harmonies of #04356D
Complementary color
Monochromatic Colors of #04356D
Black with #04356D
Text Example
Text Example
White with #04356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04356D; }
p { color: rgb(4,53,109); }
H1.HeaderClassName
{
color: #04356D;
}
.AnyTagClassName
{
color: #04356D;
}
</style>
background-color css
<style>
a { background-color: #04356D; }
a { background-color: rgb(4,53,109); }
div.DivClassName
{
background-color: #04356D;
}
.BgClassName
{
background-color: #04356D;
}
</style>
border-color css
<style>
span { border-color: #04356D; }
span { border-color: rgb(4,53,109); }
td.TdClassName
{
border-color: #04356D;
}
.TagClassName
{
border-color: #04356D;
}
</style>