Shades of Prussian Blue #003255
Tints of Prussian Blue #003255
RGB
CMYK
RGB Variations
Color information
#003255 (or 0x003255) is known color: Prussian Blue. HEX triplet: 00, 32 and 55. RGB value is (0,50,85). Sum of RGB (Red+Green+Blue) = 0+50+85=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #003255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003255 is #FFCDAA. Grayscale: #262626. Windows color (decimal): -16764331 or 5583360. OLE color: 5583360.
HSL color Cylindrical-coordinate representation of color #003255: hue angle of 204.71º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003255 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 50 | 85 | - |
| CMYK | 1 | 0.41 | 0 | 0.67 |
| HSL | 204.71º | 1% | 0.17% | - |
| HSV(B) | 204.71º | 1% | 0.33% | - |
| XYZ | 2.78 | 2.94 | 9.01 | - |
| YUV | 39.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 85 | 1 | 0.41 | 0 | 0.67 | 204.71 | 1 | 0.17 |
| Hex | 0 | 32 | 55 | 64 | 29 | 0 | 43 | CD | 64 | 11 |
| Octal | 0 | 62 | 125 | 144 | 51 | 0 | 103 | 315 | 144 | 21 |
| Binary | 0 | 110010 | 1010101 | 1100100 | 101001 | 0 | 1000011 | 11001101 | 1100100 | 10001 |
Color Harmonies of #003255
Complementary color
Monochromatic Colors of #003255
Black with #003255
Text Example
Text Example
White with #003255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003255; }
p { color: rgb(0,50,85); }
H1.HeaderClassName
{
color: #003255;
}
.AnyTagClassName
{
color: #003255;
}
</style>
background-color css
<style>
a { background-color: #003255; }
a { background-color: rgb(0,50,85); }
div.DivClassName
{
background-color: #003255;
}
.BgClassName
{
background-color: #003255;
}
</style>
border-color css
<style>
span { border-color: #003255; }
span { border-color: rgb(0,50,85); }
td.TdClassName
{
border-color: #003255;
}
.TagClassName
{
border-color: #003255;
}
</style>