Shades of Prussian Blue #04346C
Tints of Prussian Blue #04346C
RGB
CMYK
RGB Variations
Color information
#04346C (or 0x04346C) is known color: Prussian Blue. HEX triplet: 04, 34 and 6C. RGB value is (4,52,108). Sum of RGB (Red+Green+Blue) = 4+52+108=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #04346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04346C is #FBCB93. Grayscale: #2B2B2B. Windows color (decimal): -16501652 or 7091204. OLE color: 7091204.
HSL color Cylindrical-coordinate representation of color #04346C: hue angle of 212.31º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04346C is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 52 | 108 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.58 |
| HSL | 212.31º | 0.93% | 0.22% | - |
| HSV(B) | 212.31º | 0.96% | 0.42% | - |
| XYZ | 3.98 | 3.56 | 14.67 | - |
| YUV | 44.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 108 | 0.96 | 0.52 | 0 | 0.58 | 212.31 | 0.93 | 0.22 |
| Hex | 4 | 34 | 6C | 60 | 34 | 0 | 3A | D4 | 5D | 16 |
| Octal | 4 | 64 | 154 | 140 | 64 | 0 | 72 | 324 | 135 | 26 |
| Binary | 100 | 110100 | 1101100 | 1100000 | 110100 | 0 | 111010 | 11010100 | 1011101 | 10110 |
Color Harmonies of #04346C
Complementary color
Monochromatic Colors of #04346C
Black with #04346C
Text Example
Text Example
White with #04346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04346C; }
p { color: rgb(4,52,108); }
H1.HeaderClassName
{
color: #04346C;
}
.AnyTagClassName
{
color: #04346C;
}
</style>
background-color css
<style>
a { background-color: #04346C; }
a { background-color: rgb(4,52,108); }
div.DivClassName
{
background-color: #04346C;
}
.BgClassName
{
background-color: #04346C;
}
</style>
border-color css
<style>
span { border-color: #04346C; }
span { border-color: rgb(4,52,108); }
td.TdClassName
{
border-color: #04346C;
}
.TagClassName
{
border-color: #04346C;
}
</style>