Shades of Prussian Blue #003460
Tints of Prussian Blue #003460
RGB
CMYK
RGB Variations
Color information
#003460 (or 0x003460) is known color: Prussian Blue. HEX triplet: 00, 34 and 60. RGB value is (0,52,96). Sum of RGB (Red+Green+Blue) = 0+52+96=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #003460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003460 is #FFCB9F. Grayscale: #292929. Windows color (decimal): -16763808 or 6304768. OLE color: 6304768.
HSL color Cylindrical-coordinate representation of color #003460: hue angle of 207.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003460 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 52 | 96 | - |
| CMYK | 1 | 0.46 | 0 | 0.62 |
| HSL | 207.5º | 1% | 0.19% | - |
| HSV(B) | 207.5º | 1% | 0.38% | - |
| XYZ | 3.34 | 3.3 | 11.53 | - |
| YUV | 41.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 96 | 1 | 0.46 | 0 | 0.62 | 207.5 | 1 | 0.19 |
| Hex | 0 | 34 | 60 | 64 | 2E | 0 | 3E | D0 | 64 | 13 |
| Octal | 0 | 64 | 140 | 144 | 56 | 0 | 76 | 320 | 144 | 23 |
| Binary | 0 | 110100 | 1100000 | 1100100 | 101110 | 0 | 111110 | 11010000 | 1100100 | 10011 |
Color Harmonies of #003460
Complementary color
Monochromatic Colors of #003460
Black with #003460
Text Example
Text Example
White with #003460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003460; }
p { color: rgb(0,52,96); }
H1.HeaderClassName
{
color: #003460;
}
.AnyTagClassName
{
color: #003460;
}
</style>
background-color css
<style>
a { background-color: #003460; }
a { background-color: rgb(0,52,96); }
div.DivClassName
{
background-color: #003460;
}
.BgClassName
{
background-color: #003460;
}
</style>
border-color css
<style>
span { border-color: #003460; }
span { border-color: rgb(0,52,96); }
td.TdClassName
{
border-color: #003460;
}
.TagClassName
{
border-color: #003460;
}
</style>