Shades of Prussian Blue #003478
Tints of Prussian Blue #003478
RGB
CMYK
RGB Variations
Color information
#003478 (or 0x003478) is known color: Prussian Blue. HEX triplet: 00, 34 and 78. RGB value is (0,52,120). Sum of RGB (Red+Green+Blue) = 0+52+120=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #003478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003478 is #FFCB87. Grayscale: #2B2B2B. Windows color (decimal): -16763784 or 7877632. OLE color: 7877632.
HSL color Cylindrical-coordinate representation of color #003478: hue angle of 214º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003478 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 52 | 120 | - |
| CMYK | 1 | 0.57 | 0 | 0.53 |
| HSL | 214º | 1% | 0.24% | - |
| HSV(B) | 214º | 1% | 0.47% | - |
| XYZ | 4.62 | 3.81 | 18.26 | - |
| YUV | 44.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 120 | 1 | 0.57 | 0 | 0.53 | 214 | 1 | 0.24 |
| Hex | 0 | 34 | 78 | 64 | 39 | 0 | 35 | D6 | 64 | 18 |
| Octal | 0 | 64 | 170 | 144 | 71 | 0 | 65 | 326 | 144 | 30 |
| Binary | 0 | 110100 | 1111000 | 1100100 | 111001 | 0 | 110101 | 11010110 | 1100100 | 11000 |
Color Harmonies of #003478
Complementary color
Monochromatic Colors of #003478
Black with #003478
Text Example
Text Example
White with #003478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003478; }
p { color: rgb(0,52,120); }
H1.HeaderClassName
{
color: #003478;
}
.AnyTagClassName
{
color: #003478;
}
</style>
background-color css
<style>
a { background-color: #003478; }
a { background-color: rgb(0,52,120); }
div.DivClassName
{
background-color: #003478;
}
.BgClassName
{
background-color: #003478;
}
</style>
border-color css
<style>
span { border-color: #003478; }
span { border-color: rgb(0,52,120); }
td.TdClassName
{
border-color: #003478;
}
.TagClassName
{
border-color: #003478;
}
</style>