Shades of Prussian Blue #00344D
Tints of Prussian Blue #00344D
RGB
CMYK
RGB Variations
Color information
#00344D (or 0x00344D) is known color: Prussian Blue. HEX triplet: 00, 34 and 4D. RGB value is (0,52,77). Sum of RGB (Red+Green+Blue) = 0+52+77=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #00344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00344D is #FFCBB2. Grayscale: #272727. Windows color (decimal): -16763827 or 5059584. OLE color: 5059584.
HSL color Cylindrical-coordinate representation of color #00344D: hue angle of 199.48º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00344D is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 52 | 77 | - |
| CMYK | 1 | 0.32 | 0 | 0.70 |
| HSL | 199.48º | 1% | 0.15% | - |
| HSV(B) | 199.48º | 1% | 0.3% | - |
| XYZ | 2.57 | 2.99 | 7.46 | - |
| YUV | 39.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 77 | 1 | 0.32 | 0 | 0.70 | 199.48 | 1 | 0.15 |
| Hex | 0 | 34 | 4D | 64 | 20 | 0 | 46 | C7 | 64 | F |
| Octal | 0 | 64 | 115 | 144 | 40 | 0 | 106 | 307 | 144 | 17 |
| Binary | 0 | 110100 | 1001101 | 1100100 | 100000 | 0 | 1000110 | 11000111 | 1100100 | 1111 |
Color Harmonies of #00344D
Complementary color
Monochromatic Colors of #00344D
Black with #00344D
Text Example
Text Example
White with #00344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00344D; }
p { color: rgb(0,52,77); }
H1.HeaderClassName
{
color: #00344D;
}
.AnyTagClassName
{
color: #00344D;
}
</style>
background-color css
<style>
a { background-color: #00344D; }
a { background-color: rgb(0,52,77); }
div.DivClassName
{
background-color: #00344D;
}
.BgClassName
{
background-color: #00344D;
}
</style>
border-color css
<style>
span { border-color: #00344D; }
span { border-color: rgb(0,52,77); }
td.TdClassName
{
border-color: #00344D;
}
.TagClassName
{
border-color: #00344D;
}
</style>