Shades of Prussian Blue #003276
Tints of Prussian Blue #003276
RGB
CMYK
RGB Variations
Color information
#003276 (or 0x003276) is known color: Prussian Blue. HEX triplet: 00, 32 and 76. RGB value is (0,50,118). Sum of RGB (Red+Green+Blue) = 0+50+118=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #003276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003276 is #FFCD89. Grayscale: #2A2A2A. Windows color (decimal): -16764298 or 7746048. OLE color: 7746048.
HSL color Cylindrical-coordinate representation of color #003276: hue angle of 214.58º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003276 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 50 | 118 | - |
| CMYK | 1 | 0.58 | 0 | 0.54 |
| HSL | 214.58º | 1% | 0.23% | - |
| HSV(B) | 214.58º | 1% | 0.46% | - |
| XYZ | 4.41 | 3.59 | 17.6 | - |
| YUV | 42.8 | 170.44 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 118 | 1 | 0.58 | 0 | 0.54 | 214.58 | 1 | 0.23 |
| Hex | 0 | 32 | 76 | 64 | 3A | 0 | 36 | D7 | 64 | 17 |
| Octal | 0 | 62 | 166 | 144 | 72 | 0 | 66 | 327 | 144 | 27 |
| Binary | 0 | 110010 | 1110110 | 1100100 | 111010 | 0 | 110110 | 11010111 | 1100100 | 10111 |
Color Harmonies of #003276
Complementary color
Monochromatic Colors of #003276
Black with #003276
Text Example
Text Example
White with #003276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003276; }
p { color: rgb(0,50,118); }
H1.HeaderClassName
{
color: #003276;
}
.AnyTagClassName
{
color: #003276;
}
</style>
background-color css
<style>
a { background-color: #003276; }
a { background-color: rgb(0,50,118); }
div.DivClassName
{
background-color: #003276;
}
.BgClassName
{
background-color: #003276;
}
</style>
border-color css
<style>
span { border-color: #003276; }
span { border-color: rgb(0,50,118); }
td.TdClassName
{
border-color: #003276;
}
.TagClassName
{
border-color: #003276;
}
</style>