Shades of Prussian Blue #003277
Tints of Prussian Blue #003277
RGB
CMYK
RGB Variations
Color information
#003277 (or 0x003277) is known color: Prussian Blue. HEX triplet: 00, 32 and 77. RGB value is (0,50,119). Sum of RGB (Red+Green+Blue) = 0+50+119=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #003277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003277 is #FFCD88. Grayscale: #2A2A2A. Windows color (decimal): -16764297 or 7811584. OLE color: 7811584.
HSL color Cylindrical-coordinate representation of color #003277: hue angle of 214.79º 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 #003277 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 50 | 119 | - |
| CMYK | 1 | 0.58 | 0 | 0.53 |
| HSL | 214.79º | 1% | 0.23% | - |
| HSV(B) | 214.79º | 1% | 0.47% | - |
| XYZ | 4.47 | 3.61 | 17.91 | - |
| YUV | 42.92 | 170.94 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 119 | 1 | 0.58 | 0 | 0.53 | 214.79 | 1 | 0.23 |
| Hex | 0 | 32 | 77 | 64 | 3A | 0 | 35 | D7 | 64 | 17 |
| Octal | 0 | 62 | 167 | 144 | 72 | 0 | 65 | 327 | 144 | 27 |
| Binary | 0 | 110010 | 1110111 | 1100100 | 111010 | 0 | 110101 | 11010111 | 1100100 | 10111 |
Color Harmonies of #003277
Complementary color
Monochromatic Colors of #003277
Black with #003277
Text Example
Text Example
White with #003277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003277; }
p { color: rgb(0,50,119); }
H1.HeaderClassName
{
color: #003277;
}
.AnyTagClassName
{
color: #003277;
}
</style>
background-color css
<style>
a { background-color: #003277; }
a { background-color: rgb(0,50,119); }
div.DivClassName
{
background-color: #003277;
}
.BgClassName
{
background-color: #003277;
}
</style>
border-color css
<style>
span { border-color: #003277; }
span { border-color: rgb(0,50,119); }
td.TdClassName
{
border-color: #003277;
}
.TagClassName
{
border-color: #003277;
}
</style>