Shades of Prussian Blue #04344F
Tints of Prussian Blue #04344F
RGB
CMYK
RGB Variations
Color information
#04344F (or 0x04344F) is known color: Prussian Blue. HEX triplet: 04, 34 and 4F. RGB value is (4,52,79). Sum of RGB (Red+Green+Blue) = 4+52+79=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 79 (31.25% from 255 or 58.52% from 135); Max value from RGB is 79 - color contains mainly: blue. Hex color #04344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04344F is #FBCBB0. Grayscale: #282828. Windows color (decimal): -16501681 or 5190660. OLE color: 5190660.
HSL color Cylindrical-coordinate representation of color #04344F: hue angle of 201.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04344F is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 52 | 79 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.69 |
| HSL | 201.6º | 0.9% | 0.16% | - |
| HSV(B) | 201.6º | 0.95% | 0.31% | - |
| XYZ | 2.69 | 3.05 | 7.84 | - |
| YUV | 40.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 79 | 0.95 | 0.34 | 0 | 0.69 | 201.6 | 0.9 | 0.16 |
| Hex | 4 | 34 | 4F | 5F | 22 | 0 | 45 | CA | 5A | 10 |
| Octal | 4 | 64 | 117 | 137 | 42 | 0 | 105 | 312 | 132 | 20 |
| Binary | 100 | 110100 | 1001111 | 1011111 | 100010 | 0 | 1000101 | 11001010 | 1011010 | 10000 |
Color Harmonies of #04344F
Complementary color
Monochromatic Colors of #04344F
Black with #04344F
Text Example
Text Example
White with #04344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04344F; }
p { color: rgb(4,52,79); }
H1.HeaderClassName
{
color: #04344F;
}
.AnyTagClassName
{
color: #04344F;
}
</style>
background-color css
<style>
a { background-color: #04344F; }
a { background-color: rgb(4,52,79); }
div.DivClassName
{
background-color: #04344F;
}
.BgClassName
{
background-color: #04344F;
}
</style>
border-color css
<style>
span { border-color: #04344F; }
span { border-color: rgb(4,52,79); }
td.TdClassName
{
border-color: #04344F;
}
.TagClassName
{
border-color: #04344F;
}
</style>