Shades of Prussian Blue #003264
Tints of Prussian Blue #003264
RGB
CMYK
RGB Variations
Color information
#003264 (or 0x003264) is known color: Prussian Blue. HEX triplet: 00, 32 and 64. RGB value is (0,50,100). Sum of RGB (Red+Green+Blue) = 0+50+100=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #003264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003264 is #FFCD9B. Grayscale: #282828. Windows color (decimal): -16764316 or 6566400. OLE color: 6566400.
HSL color Cylindrical-coordinate representation of color #003264: hue angle of 210º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003264 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 50 | 100 | - |
| CMYK | 1 | 0.50 | 0 | 0.61 |
| HSL | 210º | 1% | 0.2% | - |
| HSV(B) | 210º | 1% | 0.39% | - |
| XYZ | 3.44 | 3.2 | 12.49 | - |
| YUV | 40.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 100 | 1 | 0.50 | 0 | 0.61 | 210 | 1 | 0.2 |
| Hex | 0 | 32 | 64 | 64 | 32 | 0 | 3D | D2 | 64 | 14 |
| Octal | 0 | 62 | 144 | 144 | 62 | 0 | 75 | 322 | 144 | 24 |
| Binary | 0 | 110010 | 1100100 | 1100100 | 110010 | 0 | 111101 | 11010010 | 1100100 | 10100 |
Color Harmonies of #003264
Complementary color
Monochromatic Colors of #003264
Black with #003264
Text Example
Text Example
White with #003264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003264; }
p { color: rgb(0,50,100); }
H1.HeaderClassName
{
color: #003264;
}
.AnyTagClassName
{
color: #003264;
}
</style>
background-color css
<style>
a { background-color: #003264; }
a { background-color: rgb(0,50,100); }
div.DivClassName
{
background-color: #003264;
}
.BgClassName
{
background-color: #003264;
}
</style>
border-color css
<style>
span { border-color: #003264; }
span { border-color: rgb(0,50,100); }
td.TdClassName
{
border-color: #003264;
}
.TagClassName
{
border-color: #003264;
}
</style>