Shades of Prussian Blue #003270
Tints of Prussian Blue #003270
RGB
CMYK
RGB Variations
Color information
#003270 (or 0x003270) is known color: Prussian Blue. HEX triplet: 00, 32 and 70. RGB value is (0,50,112). Sum of RGB (Red+Green+Blue) = 0+50+112=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #003270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003270 is #FFCD8F. Grayscale: #292929. Windows color (decimal): -16764304 or 7352832. OLE color: 7352832.
HSL color Cylindrical-coordinate representation of color #003270: hue angle of 213.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003270 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 50 | 112 | - |
| CMYK | 1 | 0.55 | 0 | 0.56 |
| HSL | 213.21º | 1% | 0.22% | - |
| HSV(B) | 213.21º | 1% | 0.44% | - |
| XYZ | 4.07 | 3.45 | 15.78 | - |
| YUV | 42.12 | 167.44 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 112 | 1 | 0.55 | 0 | 0.56 | 213.21 | 1 | 0.22 |
| Hex | 0 | 32 | 70 | 64 | 37 | 0 | 38 | D5 | 64 | 16 |
| Octal | 0 | 62 | 160 | 144 | 67 | 0 | 70 | 325 | 144 | 26 |
| Binary | 0 | 110010 | 1110000 | 1100100 | 110111 | 0 | 111000 | 11010101 | 1100100 | 10110 |
Color Harmonies of #003270
Complementary color
Monochromatic Colors of #003270
Black with #003270
Text Example
Text Example
White with #003270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003270; }
p { color: rgb(0,50,112); }
H1.HeaderClassName
{
color: #003270;
}
.AnyTagClassName
{
color: #003270;
}
</style>
background-color css
<style>
a { background-color: #003270; }
a { background-color: rgb(0,50,112); }
div.DivClassName
{
background-color: #003270;
}
.BgClassName
{
background-color: #003270;
}
</style>
border-color css
<style>
span { border-color: #003270; }
span { border-color: rgb(0,50,112); }
td.TdClassName
{
border-color: #003270;
}
.TagClassName
{
border-color: #003270;
}
</style>