Shades of Prussian Blue #003456
Tints of Prussian Blue #003456
RGB
CMYK
RGB Variations
Color information
#003456 (or 0x003456) is known color: Prussian Blue. HEX triplet: 00, 34 and 56. RGB value is (0,52,86). Sum of RGB (Red+Green+Blue) = 0+52+86=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #003456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003456 is #FFCBA9. Grayscale: #282828. Windows color (decimal): -16763818 or 5649408. OLE color: 5649408.
HSL color Cylindrical-coordinate representation of color #003456: hue angle of 203.72º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003456 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 52 | 86 | - |
| CMYK | 1 | 0.40 | 0 | 0.66 |
| HSL | 203.72º | 1% | 0.17% | - |
| HSV(B) | 203.72º | 1% | 0.34% | - |
| XYZ | 2.91 | 3.13 | 9.25 | - |
| YUV | 40.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 86 | 1 | 0.40 | 0 | 0.66 | 203.72 | 1 | 0.17 |
| Hex | 0 | 34 | 56 | 64 | 28 | 0 | 42 | CC | 64 | 11 |
| Octal | 0 | 64 | 126 | 144 | 50 | 0 | 102 | 314 | 144 | 21 |
| Binary | 0 | 110100 | 1010110 | 1100100 | 101000 | 0 | 1000010 | 11001100 | 1100100 | 10001 |
Color Harmonies of #003456
Complementary color
Monochromatic Colors of #003456
Black with #003456
Text Example
Text Example
White with #003456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003456; }
p { color: rgb(0,52,86); }
H1.HeaderClassName
{
color: #003456;
}
.AnyTagClassName
{
color: #003456;
}
</style>
background-color css
<style>
a { background-color: #003456; }
a { background-color: rgb(0,52,86); }
div.DivClassName
{
background-color: #003456;
}
.BgClassName
{
background-color: #003456;
}
</style>
border-color css
<style>
span { border-color: #003456; }
span { border-color: rgb(0,52,86); }
td.TdClassName
{
border-color: #003456;
}
.TagClassName
{
border-color: #003456;
}
</style>