Shades of Prussian Blue #003463
Tints of Prussian Blue #003463
RGB
CMYK
RGB Variations
Color information
#003463 (or 0x003463) is known color: Prussian Blue. HEX triplet: 00, 34 and 63. RGB value is (0,52,99). Sum of RGB (Red+Green+Blue) = 0+52+99=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #003463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003463 is #FFCB9C. Grayscale: #292929. Windows color (decimal): -16763805 or 6501376. OLE color: 6501376.
HSL color Cylindrical-coordinate representation of color #003463: hue angle of 208.48º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003463 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 52 | 99 | - |
| CMYK | 1 | 0.47 | 0 | 0.61 |
| HSL | 208.48º | 1% | 0.19% | - |
| HSV(B) | 208.48º | 1% | 0.39% | - |
| XYZ | 3.48 | 3.36 | 12.27 | - |
| YUV | 41.81 | 160.27 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 99 | 1 | 0.47 | 0 | 0.61 | 208.48 | 1 | 0.19 |
| Hex | 0 | 34 | 63 | 64 | 2F | 0 | 3D | D0 | 64 | 13 |
| Octal | 0 | 64 | 143 | 144 | 57 | 0 | 75 | 320 | 144 | 23 |
| Binary | 0 | 110100 | 1100011 | 1100100 | 101111 | 0 | 111101 | 11010000 | 1100100 | 10011 |
Color Harmonies of #003463
Complementary color
Monochromatic Colors of #003463
Black with #003463
Text Example
Text Example
White with #003463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003463; }
p { color: rgb(0,52,99); }
H1.HeaderClassName
{
color: #003463;
}
.AnyTagClassName
{
color: #003463;
}
</style>
background-color css
<style>
a { background-color: #003463; }
a { background-color: rgb(0,52,99); }
div.DivClassName
{
background-color: #003463;
}
.BgClassName
{
background-color: #003463;
}
</style>
border-color css
<style>
span { border-color: #003463; }
span { border-color: rgb(0,52,99); }
td.TdClassName
{
border-color: #003463;
}
.TagClassName
{
border-color: #003463;
}
</style>