Shades of Prussian Blue #00326E
Tints of Prussian Blue #00326E
RGB
CMYK
RGB Variations
Color information
#00326E (or 0x00326E) is known color: Prussian Blue. HEX triplet: 00, 32 and 6E. RGB value is (0,50,110). Sum of RGB (Red+Green+Blue) = 0+50+110=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #00326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00326E is #FFCD91. Grayscale: #292929. Windows color (decimal): -16764306 or 7221760. OLE color: 7221760.
HSL color Cylindrical-coordinate representation of color #00326E: hue angle of 212.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00326E is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 50 | 110 | - |
| CMYK | 1 | 0.55 | 0 | 0.57 |
| HSL | 212.73º | 1% | 0.22% | - |
| HSV(B) | 212.73º | 1% | 0.43% | - |
| XYZ | 3.96 | 3.41 | 15.2 | - |
| YUV | 41.89 | 166.44 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 110 | 1 | 0.55 | 0 | 0.57 | 212.73 | 1 | 0.22 |
| Hex | 0 | 32 | 6E | 64 | 37 | 0 | 39 | D5 | 64 | 16 |
| Octal | 0 | 62 | 156 | 144 | 67 | 0 | 71 | 325 | 144 | 26 |
| Binary | 0 | 110010 | 1101110 | 1100100 | 110111 | 0 | 111001 | 11010101 | 1100100 | 10110 |
Color Harmonies of #00326E
Complementary color
Monochromatic Colors of #00326E
Black with #00326E
Text Example
Text Example
White with #00326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00326E; }
p { color: rgb(0,50,110); }
H1.HeaderClassName
{
color: #00326E;
}
.AnyTagClassName
{
color: #00326E;
}
</style>
background-color css
<style>
a { background-color: #00326E; }
a { background-color: rgb(0,50,110); }
div.DivClassName
{
background-color: #00326E;
}
.BgClassName
{
background-color: #00326E;
}
</style>
border-color css
<style>
span { border-color: #00326E; }
span { border-color: rgb(0,50,110); }
td.TdClassName
{
border-color: #00326E;
}
.TagClassName
{
border-color: #00326E;
}
</style>