Shades of Prussian Blue #003364
Tints of Prussian Blue #003364
RGB
CMYK
RGB Variations
Color information
#003364 (or 0x003364) is known color: Prussian Blue. HEX triplet: 00, 33 and 64. RGB value is (0,51,100). Sum of RGB (Red+Green+Blue) = 0+51+100=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #003364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003364 is #FFCC9B. Grayscale: #292929. Windows color (decimal): -16764060 or 6566656. OLE color: 6566656.
HSL color Cylindrical-coordinate representation of color #003364: hue angle of 209.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003364 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 51 | 100 | - |
| CMYK | 1 | 0.49 | 0 | 0.61 |
| HSL | 209.4º | 1% | 0.2% | - |
| HSV(B) | 209.4º | 1% | 0.39% | - |
| XYZ | 3.48 | 3.29 | 12.51 | - |
| YUV | 41.34 | 161.1 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 100 | 1 | 0.49 | 0 | 0.61 | 209.4 | 1 | 0.2 |
| Hex | 0 | 33 | 64 | 64 | 31 | 0 | 3D | D1 | 64 | 14 |
| Octal | 0 | 63 | 144 | 144 | 61 | 0 | 75 | 321 | 144 | 24 |
| Binary | 0 | 110011 | 1100100 | 1100100 | 110001 | 0 | 111101 | 11010001 | 1100100 | 10100 |
Color Harmonies of #003364
Complementary color
Monochromatic Colors of #003364
Black with #003364
Text Example
Text Example
White with #003364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003364; }
p { color: rgb(0,51,100); }
H1.HeaderClassName
{
color: #003364;
}
.AnyTagClassName
{
color: #003364;
}
</style>
background-color css
<style>
a { background-color: #003364; }
a { background-color: rgb(0,51,100); }
div.DivClassName
{
background-color: #003364;
}
.BgClassName
{
background-color: #003364;
}
</style>
border-color css
<style>
span { border-color: #003364; }
span { border-color: rgb(0,51,100); }
td.TdClassName
{
border-color: #003364;
}
.TagClassName
{
border-color: #003364;
}
</style>