Shades of Prussian Blue #04345B
Tints of Prussian Blue #04345B
RGB
CMYK
RGB Variations
Color information
#04345B (or 0x04345B) is known color: Prussian Blue. HEX triplet: 04, 34 and 5B. RGB value is (4,52,91). Sum of RGB (Red+Green+Blue) = 4+52+91=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #04345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04345B is #FBCBA4. Grayscale: #292929. Windows color (decimal): -16501669 or 5977092. OLE color: 5977092.
HSL color Cylindrical-coordinate representation of color #04345B: hue angle of 206.9º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04345B is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 52 | 91 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.64 |
| HSL | 206.9º | 0.92% | 0.19% | - |
| HSV(B) | 206.9º | 0.96% | 0.36% | - |
| XYZ | 3.17 | 3.24 | 10.36 | - |
| YUV | 42.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 91 | 0.96 | 0.43 | 0 | 0.64 | 206.9 | 0.92 | 0.19 |
| Hex | 4 | 34 | 5B | 60 | 2B | 0 | 40 | CF | 5C | 13 |
| Octal | 4 | 64 | 133 | 140 | 53 | 0 | 100 | 317 | 134 | 23 |
| Binary | 100 | 110100 | 1011011 | 1100000 | 101011 | 0 | 1000000 | 11001111 | 1011100 | 10011 |
Color Harmonies of #04345B
Complementary color
Monochromatic Colors of #04345B
Black with #04345B
Text Example
Text Example
White with #04345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04345B; }
p { color: rgb(4,52,91); }
H1.HeaderClassName
{
color: #04345B;
}
.AnyTagClassName
{
color: #04345B;
}
</style>
background-color css
<style>
a { background-color: #04345B; }
a { background-color: rgb(4,52,91); }
div.DivClassName
{
background-color: #04345B;
}
.BgClassName
{
background-color: #04345B;
}
</style>
border-color css
<style>
span { border-color: #04345B; }
span { border-color: rgb(4,52,91); }
td.TdClassName
{
border-color: #04345B;
}
.TagClassName
{
border-color: #04345B;
}
</style>