Shades of Prussian Blue #04345C
Tints of Prussian Blue #04345C
RGB
CMYK
RGB Variations
Color information
#04345C (or 0x04345C) is known color: Prussian Blue. HEX triplet: 04, 34 and 5C. RGB value is (4,52,92). Sum of RGB (Red+Green+Blue) = 4+52+92=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #04345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04345C is #FBCBA3. Grayscale: #2A2A2A. Windows color (decimal): -16501668 or 6042628. OLE color: 6042628.
HSL color Cylindrical-coordinate representation of color #04345C: hue angle of 207.27º 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 #04345C is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 52 | 92 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.64 |
| HSL | 207.27º | 0.92% | 0.19% | - |
| HSV(B) | 207.27º | 0.96% | 0.36% | - |
| XYZ | 3.21 | 3.25 | 10.58 | - |
| YUV | 42.21 | 156.1 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 92 | 0.96 | 0.43 | 0 | 0.64 | 207.27 | 0.92 | 0.19 |
| Hex | 4 | 34 | 5C | 60 | 2B | 0 | 40 | CF | 5C | 13 |
| Octal | 4 | 64 | 134 | 140 | 53 | 0 | 100 | 317 | 134 | 23 |
| Binary | 100 | 110100 | 1011100 | 1100000 | 101011 | 0 | 1000000 | 11001111 | 1011100 | 10011 |
Color Harmonies of #04345C
Complementary color
Monochromatic Colors of #04345C
Black with #04345C
Text Example
Text Example
White with #04345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04345C; }
p { color: rgb(4,52,92); }
H1.HeaderClassName
{
color: #04345C;
}
.AnyTagClassName
{
color: #04345C;
}
</style>
background-color css
<style>
a { background-color: #04345C; }
a { background-color: rgb(4,52,92); }
div.DivClassName
{
background-color: #04345C;
}
.BgClassName
{
background-color: #04345C;
}
</style>
border-color css
<style>
span { border-color: #04345C; }
span { border-color: rgb(4,52,92); }
td.TdClassName
{
border-color: #04345C;
}
.TagClassName
{
border-color: #04345C;
}
</style>