Shades of Prussian Blue #00346D
Tints of Prussian Blue #00346D
RGB
CMYK
RGB Variations
Color information
#00346D (or 0x00346D) is known color: Prussian Blue. HEX triplet: 00, 34 and 6D. RGB value is (0,52,109). Sum of RGB (Red+Green+Blue) = 0+52+109=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #00346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00346D is #FFCB92. Grayscale: #2A2A2A. Windows color (decimal): -16763795 or 7156736. OLE color: 7156736.
HSL color Cylindrical-coordinate representation of color #00346D: hue angle of 211.38º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00346D is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 52 | 109 | - |
| CMYK | 1 | 0.52 | 0 | 0.57 |
| HSL | 211.38º | 1% | 0.21% | - |
| HSV(B) | 211.38º | 1% | 0.43% | - |
| XYZ | 3.99 | 3.56 | 14.94 | - |
| YUV | 42.95 | 165.27 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 109 | 1 | 0.52 | 0 | 0.57 | 211.38 | 1 | 0.21 |
| Hex | 0 | 34 | 6D | 64 | 34 | 0 | 39 | D3 | 64 | 15 |
| Octal | 0 | 64 | 155 | 144 | 64 | 0 | 71 | 323 | 144 | 25 |
| Binary | 0 | 110100 | 1101101 | 1100100 | 110100 | 0 | 111001 | 11010011 | 1100100 | 10101 |
Color Harmonies of #00346D
Complementary color
Monochromatic Colors of #00346D
Black with #00346D
Text Example
Text Example
White with #00346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00346D; }
p { color: rgb(0,52,109); }
H1.HeaderClassName
{
color: #00346D;
}
.AnyTagClassName
{
color: #00346D;
}
</style>
background-color css
<style>
a { background-color: #00346D; }
a { background-color: rgb(0,52,109); }
div.DivClassName
{
background-color: #00346D;
}
.BgClassName
{
background-color: #00346D;
}
</style>
border-color css
<style>
span { border-color: #00346D; }
span { border-color: rgb(0,52,109); }
td.TdClassName
{
border-color: #00346D;
}
.TagClassName
{
border-color: #00346D;
}
</style>