Shades of Prussian Blue #003555
Tints of Prussian Blue #003555
RGB
CMYK
RGB Variations
Color information
#003555 (or 0x003555) is known color: Prussian Blue. HEX triplet: 00, 35 and 55. RGB value is (0,53,85). Sum of RGB (Red+Green+Blue) = 0+53+85=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #003555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003555 is #FFCAAA. Grayscale: #282828. Windows color (decimal): -16763563 or 5584128. OLE color: 5584128.
HSL color Cylindrical-coordinate representation of color #003555: hue angle of 202.59º 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 #003555 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 53 | 85 | - |
| CMYK | 1 | 0.38 | 0 | 0.67 |
| HSL | 202.59º | 1% | 0.17% | - |
| HSV(B) | 202.59º | 1% | 0.33% | - |
| XYZ | 2.91 | 3.2 | 9.06 | - |
| YUV | 40.8 | 152.94 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 85 | 1 | 0.38 | 0 | 0.67 | 202.59 | 1 | 0.17 |
| Hex | 0 | 35 | 55 | 64 | 26 | 0 | 43 | CB | 64 | 11 |
| Octal | 0 | 65 | 125 | 144 | 46 | 0 | 103 | 313 | 144 | 21 |
| Binary | 0 | 110101 | 1010101 | 1100100 | 100110 | 0 | 1000011 | 11001011 | 1100100 | 10001 |
Color Harmonies of #003555
Complementary color
Monochromatic Colors of #003555
Black with #003555
Text Example
Text Example
White with #003555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003555; }
p { color: rgb(0,53,85); }
H1.HeaderClassName
{
color: #003555;
}
.AnyTagClassName
{
color: #003555;
}
</style>
background-color css
<style>
a { background-color: #003555; }
a { background-color: rgb(0,53,85); }
div.DivClassName
{
background-color: #003555;
}
.BgClassName
{
background-color: #003555;
}
</style>
border-color css
<style>
span { border-color: #003555; }
span { border-color: rgb(0,53,85); }
td.TdClassName
{
border-color: #003555;
}
.TagClassName
{
border-color: #003555;
}
</style>