Shades of Prussian Blue #003272
Tints of Prussian Blue #003272
RGB
CMYK
RGB Variations
Color information
#003272 (or 0x003272) is known color: Prussian Blue. HEX triplet: 00, 32 and 72. RGB value is (0,50,114). Sum of RGB (Red+Green+Blue) = 0+50+114=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #003272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003272 is #FFCD8D. Grayscale: #2A2A2A. Windows color (decimal): -16764302 or 7483904. OLE color: 7483904.
HSL color Cylindrical-coordinate representation of color #003272: hue angle of 213.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003272 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 50 | 114 | - |
| CMYK | 1 | 0.56 | 0 | 0.55 |
| HSL | 213.68º | 1% | 0.22% | - |
| HSV(B) | 213.68º | 1% | 0.45% | - |
| XYZ | 4.18 | 3.5 | 16.37 | - |
| YUV | 42.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 114 | 1 | 0.56 | 0 | 0.55 | 213.68 | 1 | 0.22 |
| Hex | 0 | 32 | 72 | 64 | 38 | 0 | 37 | D6 | 64 | 16 |
| Octal | 0 | 62 | 162 | 144 | 70 | 0 | 67 | 326 | 144 | 26 |
| Binary | 0 | 110010 | 1110010 | 1100100 | 111000 | 0 | 110111 | 11010110 | 1100100 | 10110 |
Color Harmonies of #003272
Complementary color
Monochromatic Colors of #003272
Black with #003272
Text Example
Text Example
White with #003272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003272; }
p { color: rgb(0,50,114); }
H1.HeaderClassName
{
color: #003272;
}
.AnyTagClassName
{
color: #003272;
}
</style>
background-color css
<style>
a { background-color: #003272; }
a { background-color: rgb(0,50,114); }
div.DivClassName
{
background-color: #003272;
}
.BgClassName
{
background-color: #003272;
}
</style>
border-color css
<style>
span { border-color: #003272; }
span { border-color: rgb(0,50,114); }
td.TdClassName
{
border-color: #003272;
}
.TagClassName
{
border-color: #003272;
}
</style>