Shades of Prussian Blue #003267
Tints of Prussian Blue #003267
RGB
CMYK
RGB Variations
Color information
#003267 (or 0x003267) is known color: Prussian Blue. HEX triplet: 00, 32 and 67. RGB value is (0,50,103). Sum of RGB (Red+Green+Blue) = 0+50+103=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #003267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003267 is #FFCD98. Grayscale: #282828. Windows color (decimal): -16764313 or 6763008. OLE color: 6763008.
HSL color Cylindrical-coordinate representation of color #003267: hue angle of 210.87º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003267 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 50 | 103 | - |
| CMYK | 1 | 0.51 | 0 | 0.60 |
| HSL | 210.87º | 1% | 0.2% | - |
| HSV(B) | 210.87º | 1% | 0.4% | - |
| XYZ | 3.59 | 3.26 | 13.27 | - |
| YUV | 41.09 | 162.94 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 103 | 1 | 0.51 | 0 | 0.60 | 210.87 | 1 | 0.2 |
| Hex | 0 | 32 | 67 | 64 | 33 | 0 | 3C | D3 | 64 | 14 |
| Octal | 0 | 62 | 147 | 144 | 63 | 0 | 74 | 323 | 144 | 24 |
| Binary | 0 | 110010 | 1100111 | 1100100 | 110011 | 0 | 111100 | 11010011 | 1100100 | 10100 |
Color Harmonies of #003267
Complementary color
Monochromatic Colors of #003267
Black with #003267
Text Example
Text Example
White with #003267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003267; }
p { color: rgb(0,50,103); }
H1.HeaderClassName
{
color: #003267;
}
.AnyTagClassName
{
color: #003267;
}
</style>
background-color css
<style>
a { background-color: #003267; }
a { background-color: rgb(0,50,103); }
div.DivClassName
{
background-color: #003267;
}
.BgClassName
{
background-color: #003267;
}
</style>
border-color css
<style>
span { border-color: #003267; }
span { border-color: rgb(0,50,103); }
td.TdClassName
{
border-color: #003267;
}
.TagClassName
{
border-color: #003267;
}
</style>