Shades of Prussian Blue #00346F
Tints of Prussian Blue #00346F
RGB
CMYK
RGB Variations
Color information
#00346F (or 0x00346F) is known color: Prussian Blue. HEX triplet: 00, 34 and 6F. RGB value is (0,52,111). Sum of RGB (Red+Green+Blue) = 0+52+111=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #00346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00346F is #FFCB90. Grayscale: #2A2A2A. Windows color (decimal): -16763793 or 7287808. OLE color: 7287808.
HSL color Cylindrical-coordinate representation of color #00346F: hue angle of 211.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00346F is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 52 | 111 | - |
| CMYK | 1 | 0.53 | 0 | 0.56 |
| HSL | 211.89º | 1% | 0.22% | - |
| HSV(B) | 211.89º | 1% | 0.44% | - |
| XYZ | 4.1 | 3.6 | 15.52 | - |
| YUV | 43.18 | 166.27 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 111 | 1 | 0.53 | 0 | 0.56 | 211.89 | 1 | 0.22 |
| Hex | 0 | 34 | 6F | 64 | 35 | 0 | 38 | D4 | 64 | 16 |
| Octal | 0 | 64 | 157 | 144 | 65 | 0 | 70 | 324 | 144 | 26 |
| Binary | 0 | 110100 | 1101111 | 1100100 | 110101 | 0 | 111000 | 11010100 | 1100100 | 10110 |
Color Harmonies of #00346F
Complementary color
Monochromatic Colors of #00346F
Black with #00346F
Text Example
Text Example
White with #00346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00346F; }
p { color: rgb(0,52,111); }
H1.HeaderClassName
{
color: #00346F;
}
.AnyTagClassName
{
color: #00346F;
}
</style>
background-color css
<style>
a { background-color: #00346F; }
a { background-color: rgb(0,52,111); }
div.DivClassName
{
background-color: #00346F;
}
.BgClassName
{
background-color: #00346F;
}
</style>
border-color css
<style>
span { border-color: #00346F; }
span { border-color: rgb(0,52,111); }
td.TdClassName
{
border-color: #00346F;
}
.TagClassName
{
border-color: #00346F;
}
</style>