Shades of Prussian Blue #04346D
Tints of Prussian Blue #04346D
RGB
CMYK
RGB Variations
Color information
#04346D (or 0x04346D) is known color: Prussian Blue. HEX triplet: 04, 34 and 6D. RGB value is (4,52,109). Sum of RGB (Red+Green+Blue) = 4+52+109=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #04346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04346D is #FBCB92. Grayscale: #2B2B2B. Windows color (decimal): -16501651 or 7156740. OLE color: 7156740.
HSL color Cylindrical-coordinate representation of color #04346D: hue angle of 212.57º 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 #04346D is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 52 | 109 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.57 |
| HSL | 212.57º | 0.93% | 0.22% | - |
| HSV(B) | 212.57º | 0.96% | 0.43% | - |
| XYZ | 4.04 | 3.59 | 14.95 | - |
| YUV | 44.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 109 | 0.96 | 0.52 | 0 | 0.57 | 212.57 | 0.93 | 0.22 |
| Hex | 4 | 34 | 6D | 60 | 34 | 0 | 39 | D5 | 5D | 16 |
| Octal | 4 | 64 | 155 | 140 | 64 | 0 | 71 | 325 | 135 | 26 |
| Binary | 100 | 110100 | 1101101 | 1100000 | 110100 | 0 | 111001 | 11010101 | 1011101 | 10110 |
Color Harmonies of #04346D
Complementary color
Monochromatic Colors of #04346D
Black with #04346D
Text Example
Text Example
White with #04346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04346D; }
p { color: rgb(4,52,109); }
H1.HeaderClassName
{
color: #04346D;
}
.AnyTagClassName
{
color: #04346D;
}
</style>
background-color css
<style>
a { background-color: #04346D; }
a { background-color: rgb(4,52,109); }
div.DivClassName
{
background-color: #04346D;
}
.BgClassName
{
background-color: #04346D;
}
</style>
border-color css
<style>
span { border-color: #04346D; }
span { border-color: rgb(4,52,109); }
td.TdClassName
{
border-color: #04346D;
}
.TagClassName
{
border-color: #04346D;
}
</style>