Shades of Prussian Blue #00355E
Tints of Prussian Blue #00355E
RGB
CMYK
RGB Variations
Color information
#00355E (or 0x00355E) is known color: Prussian Blue. HEX triplet: 00, 35 and 5E. RGB value is (0,53,94). Sum of RGB (Red+Green+Blue) = 0+53+94=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #00355E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00355E is #FFCAA1. Grayscale: #292929. Windows color (decimal): -16763554 or 6173952. OLE color: 6173952.
HSL color Cylindrical-coordinate representation of color #00355E: hue angle of 206.17º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00355E is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 53 | 94 | - |
| CMYK | 1 | 0.44 | 0 | 0.63 |
| HSL | 206.17º | 1% | 0.18% | - |
| HSV(B) | 206.17º | 1% | 0.37% | - |
| XYZ | 3.29 | 3.35 | 11.06 | - |
| YUV | 41.83 | 157.44 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 94 | 1 | 0.44 | 0 | 0.63 | 206.17 | 1 | 0.18 |
| Hex | 0 | 35 | 5E | 64 | 2C | 0 | 3F | CE | 64 | 12 |
| Octal | 0 | 65 | 136 | 144 | 54 | 0 | 77 | 316 | 144 | 22 |
| Binary | 0 | 110101 | 1011110 | 1100100 | 101100 | 0 | 111111 | 11001110 | 1100100 | 10010 |
Color Harmonies of #00355E
Complementary color
Monochromatic Colors of #00355E
Black with #00355E
Text Example
Text Example
White with #00355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00355E; }
p { color: rgb(0,53,94); }
H1.HeaderClassName
{
color: #00355E;
}
.AnyTagClassName
{
color: #00355E;
}
</style>
background-color css
<style>
a { background-color: #00355E; }
a { background-color: rgb(0,53,94); }
div.DivClassName
{
background-color: #00355E;
}
.BgClassName
{
background-color: #00355E;
}
</style>
border-color css
<style>
span { border-color: #00355E; }
span { border-color: rgb(0,53,94); }
td.TdClassName
{
border-color: #00355E;
}
.TagClassName
{
border-color: #00355E;
}
</style>