Shades of Prussian Blue #00354E
Tints of Prussian Blue #00354E
RGB
CMYK
RGB Variations
Color information
#00354E (or 0x00354E) is known color: Prussian Blue. HEX triplet: 00, 35 and 4E. RGB value is (0,53,78). Sum of RGB (Red+Green+Blue) = 0+53+78=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #00354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00354E is #FFCAB1. Grayscale: #272727. Windows color (decimal): -16763570 or 5125376. OLE color: 5125376.
HSL color Cylindrical-coordinate representation of color #00354E: hue angle of 199.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00354E is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 53 | 78 | - |
| CMYK | 1 | 0.32 | 0 | 0.69 |
| HSL | 199.23º | 1% | 0.15% | - |
| HSV(B) | 199.23º | 1% | 0.31% | - |
| XYZ | 2.65 | 3.1 | 7.67 | - |
| YUV | 40 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 78 | 1 | 0.32 | 0 | 0.69 | 199.23 | 1 | 0.15 |
| Hex | 0 | 35 | 4E | 64 | 20 | 0 | 45 | C7 | 64 | F |
| Octal | 0 | 65 | 116 | 144 | 40 | 0 | 105 | 307 | 144 | 17 |
| Binary | 0 | 110101 | 1001110 | 1100100 | 100000 | 0 | 1000101 | 11000111 | 1100100 | 1111 |
Color Harmonies of #00354E
Complementary color
Monochromatic Colors of #00354E
Black with #00354E
Text Example
Text Example
White with #00354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00354E; }
p { color: rgb(0,53,78); }
H1.HeaderClassName
{
color: #00354E;
}
.AnyTagClassName
{
color: #00354E;
}
</style>
background-color css
<style>
a { background-color: #00354E; }
a { background-color: rgb(0,53,78); }
div.DivClassName
{
background-color: #00354E;
}
.BgClassName
{
background-color: #00354E;
}
</style>
border-color css
<style>
span { border-color: #00354E; }
span { border-color: rgb(0,53,78); }
td.TdClassName
{
border-color: #00354E;
}
.TagClassName
{
border-color: #00354E;
}
</style>