Shades of Prussian Blue #003461
Tints of Prussian Blue #003461
RGB
CMYK
RGB Variations
Color information
#003461 (or 0x003461) is known color: Prussian Blue. HEX triplet: 00, 34 and 61. RGB value is (0,52,97). Sum of RGB (Red+Green+Blue) = 0+52+97=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #003461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003461 is #FFCB9E. Grayscale: #292929. Windows color (decimal): -16763807 or 6370304. OLE color: 6370304.
HSL color Cylindrical-coordinate representation of color #003461: hue angle of 207.84º 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 #003461 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 52 | 97 | - |
| CMYK | 1 | 0.46 | 0 | 0.62 |
| HSL | 207.84º | 1% | 0.19% | - |
| HSV(B) | 207.84º | 1% | 0.38% | - |
| XYZ | 3.39 | 3.32 | 11.77 | - |
| YUV | 41.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 97 | 1 | 0.46 | 0 | 0.62 | 207.84 | 1 | 0.19 |
| Hex | 0 | 34 | 61 | 64 | 2E | 0 | 3E | D0 | 64 | 13 |
| Octal | 0 | 64 | 141 | 144 | 56 | 0 | 76 | 320 | 144 | 23 |
| Binary | 0 | 110100 | 1100001 | 1100100 | 101110 | 0 | 111110 | 11010000 | 1100100 | 10011 |
Color Harmonies of #003461
Complementary color
Monochromatic Colors of #003461
Black with #003461
Text Example
Text Example
White with #003461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003461; }
p { color: rgb(0,52,97); }
H1.HeaderClassName
{
color: #003461;
}
.AnyTagClassName
{
color: #003461;
}
</style>
background-color css
<style>
a { background-color: #003461; }
a { background-color: rgb(0,52,97); }
div.DivClassName
{
background-color: #003461;
}
.BgClassName
{
background-color: #003461;
}
</style>
border-color css
<style>
span { border-color: #003461; }
span { border-color: rgb(0,52,97); }
td.TdClassName
{
border-color: #003461;
}
.TagClassName
{
border-color: #003461;
}
</style>