Shades of Prussian Blue #00355A
Tints of Prussian Blue #00355A
RGB
CMYK
RGB Variations
Color information
#00355A (or 0x00355A) is known color: Prussian Blue. HEX triplet: 00, 35 and 5A. RGB value is (0,53,90). Sum of RGB (Red+Green+Blue) = 0+53+90=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #00355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00355A is #FFCAA5. Grayscale: #292929. Windows color (decimal): -16763558 or 5911808. OLE color: 5911808.
HSL color Cylindrical-coordinate representation of color #00355A: hue angle of 204.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00355A is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 53 | 90 | - |
| CMYK | 1 | 0.41 | 0 | 0.65 |
| HSL | 204.67º | 1% | 0.18% | - |
| HSV(B) | 204.67º | 1% | 0.35% | - |
| XYZ | 3.12 | 3.28 | 10.14 | - |
| YUV | 41.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 90 | 1 | 0.41 | 0 | 0.65 | 204.67 | 1 | 0.18 |
| Hex | 0 | 35 | 5A | 64 | 29 | 0 | 41 | CD | 64 | 12 |
| Octal | 0 | 65 | 132 | 144 | 51 | 0 | 101 | 315 | 144 | 22 |
| Binary | 0 | 110101 | 1011010 | 1100100 | 101001 | 0 | 1000001 | 11001101 | 1100100 | 10010 |
Color Harmonies of #00355A
Complementary color
Monochromatic Colors of #00355A
Black with #00355A
Text Example
Text Example
White with #00355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00355A; }
p { color: rgb(0,53,90); }
H1.HeaderClassName
{
color: #00355A;
}
.AnyTagClassName
{
color: #00355A;
}
</style>
background-color css
<style>
a { background-color: #00355A; }
a { background-color: rgb(0,53,90); }
div.DivClassName
{
background-color: #00355A;
}
.BgClassName
{
background-color: #00355A;
}
</style>
border-color css
<style>
span { border-color: #00355A; }
span { border-color: rgb(0,53,90); }
td.TdClassName
{
border-color: #00355A;
}
.TagClassName
{
border-color: #00355A;
}
</style>