Shades of Prussian Blue #00346B
Tints of Prussian Blue #00346B
RGB
CMYK
RGB Variations
Color information
#00346B (or 0x00346B) is known color: Prussian Blue. HEX triplet: 00, 34 and 6B. RGB value is (0,52,107). Sum of RGB (Red+Green+Blue) = 0+52+107=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #00346B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00346B is #FFCB94. Grayscale: #2A2A2A. Windows color (decimal): -16763797 or 7025664. OLE color: 7025664.
HSL color Cylindrical-coordinate representation of color #00346B: hue angle of 210.84º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00346B is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 52 | 107 | - |
| CMYK | 1 | 0.51 | 0 | 0.58 |
| HSL | 210.84º | 1% | 0.21% | - |
| HSV(B) | 210.84º | 1% | 0.42% | - |
| XYZ | 3.88 | 3.52 | 14.38 | - |
| YUV | 42.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 107 | 1 | 0.51 | 0 | 0.58 | 210.84 | 1 | 0.21 |
| Hex | 0 | 34 | 6B | 64 | 33 | 0 | 3A | D3 | 64 | 15 |
| Octal | 0 | 64 | 153 | 144 | 63 | 0 | 72 | 323 | 144 | 25 |
| Binary | 0 | 110100 | 1101011 | 1100100 | 110011 | 0 | 111010 | 11010011 | 1100100 | 10101 |
Color Harmonies of #00346B
Complementary color
Monochromatic Colors of #00346B
Black with #00346B
Text Example
Text Example
White with #00346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00346B; }
p { color: rgb(0,52,107); }
H1.HeaderClassName
{
color: #00346B;
}
.AnyTagClassName
{
color: #00346B;
}
</style>
background-color css
<style>
a { background-color: #00346B; }
a { background-color: rgb(0,52,107); }
div.DivClassName
{
background-color: #00346B;
}
.BgClassName
{
background-color: #00346B;
}
</style>
border-color css
<style>
span { border-color: #00346B; }
span { border-color: rgb(0,52,107); }
td.TdClassName
{
border-color: #00346B;
}
.TagClassName
{
border-color: #00346B;
}
</style>