Shades of Prussian Blue #003377
Tints of Prussian Blue #003377
RGB
CMYK
RGB Variations
Color information
#003377 (or 0x003377) is known color: Prussian Blue. HEX triplet: 00, 33 and 77. RGB value is (0,51,119). Sum of RGB (Red+Green+Blue) = 0+51+119=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #003377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003377 is #FFCC88. Grayscale: #2B2B2B. Windows color (decimal): -16764041 or 7811840. OLE color: 7811840.
HSL color Cylindrical-coordinate representation of color #003377: hue angle of 214.29º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003377 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 51 | 119 | - |
| CMYK | 1 | 0.57 | 0 | 0.53 |
| HSL | 214.29º | 1% | 0.23% | - |
| HSV(B) | 214.29º | 1% | 0.47% | - |
| XYZ | 4.51 | 3.7 | 17.93 | - |
| YUV | 43.5 | 170.6 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 119 | 1 | 0.57 | 0 | 0.53 | 214.29 | 1 | 0.23 |
| Hex | 0 | 33 | 77 | 64 | 39 | 0 | 35 | D6 | 64 | 17 |
| Octal | 0 | 63 | 167 | 144 | 71 | 0 | 65 | 326 | 144 | 27 |
| Binary | 0 | 110011 | 1110111 | 1100100 | 111001 | 0 | 110101 | 11010110 | 1100100 | 10111 |
Color Harmonies of #003377
Complementary color
Monochromatic Colors of #003377
Black with #003377
Text Example
Text Example
White with #003377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003377; }
p { color: rgb(0,51,119); }
H1.HeaderClassName
{
color: #003377;
}
.AnyTagClassName
{
color: #003377;
}
</style>
background-color css
<style>
a { background-color: #003377; }
a { background-color: rgb(0,51,119); }
div.DivClassName
{
background-color: #003377;
}
.BgClassName
{
background-color: #003377;
}
</style>
border-color css
<style>
span { border-color: #003377; }
span { border-color: rgb(0,51,119); }
td.TdClassName
{
border-color: #003377;
}
.TagClassName
{
border-color: #003377;
}
</style>