Shades of Prussian Blue #003250
Tints of Prussian Blue #003250
RGB
CMYK
RGB Variations
Color information
#003250 (or 0x003250) is known color: Prussian Blue. HEX triplet: 00, 32 and 50. RGB value is (0,50,80). Sum of RGB (Red+Green+Blue) = 0+50+80=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #003250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003250 is #FFCDAF. Grayscale: #262626. Windows color (decimal): -16764336 or 5255680. OLE color: 5255680.
HSL color Cylindrical-coordinate representation of color #003250: hue angle of 202.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003250 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 50 | 80 | - |
| CMYK | 1 | 0.37 | 0 | 0.69 |
| HSL | 202.5º | 1% | 0.16% | - |
| HSV(B) | 202.5º | 1% | 0.31% | - |
| XYZ | 2.59 | 2.86 | 8.01 | - |
| YUV | 38.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 80 | 1 | 0.37 | 0 | 0.69 | 202.5 | 1 | 0.16 |
| Hex | 0 | 32 | 50 | 64 | 25 | 0 | 45 | CA | 64 | 10 |
| Octal | 0 | 62 | 120 | 144 | 45 | 0 | 105 | 312 | 144 | 20 |
| Binary | 0 | 110010 | 1010000 | 1100100 | 100101 | 0 | 1000101 | 11001010 | 1100100 | 10000 |
Color Harmonies of #003250
Complementary color
Monochromatic Colors of #003250
Black with #003250
Text Example
Text Example
White with #003250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003250; }
p { color: rgb(0,50,80); }
H1.HeaderClassName
{
color: #003250;
}
.AnyTagClassName
{
color: #003250;
}
</style>
background-color css
<style>
a { background-color: #003250; }
a { background-color: rgb(0,50,80); }
div.DivClassName
{
background-color: #003250;
}
.BgClassName
{
background-color: #003250;
}
</style>
border-color css
<style>
span { border-color: #003250; }
span { border-color: rgb(0,50,80); }
td.TdClassName
{
border-color: #003250;
}
.TagClassName
{
border-color: #003250;
}
</style>