Shades of Prussian Blue #08345E
Tints of Prussian Blue #08345E
RGB
CMYK
RGB Variations
Color information
#08345E (or 0x08345E) is known color: Prussian Blue. HEX triplet: 08, 34 and 5E. RGB value is (8,52,94). Sum of RGB (Red+Green+Blue) = 8+52+94=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #08345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08345E is #F7CBA1. Grayscale: #2B2B2B. Windows color (decimal): -16239522 or 6173704. OLE color: 6173704.
HSL color Cylindrical-coordinate representation of color #08345E: hue angle of 209.3º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08345E is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 52 | 94 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.63 |
| HSL | 209.3º | 0.84% | 0.2% | - |
| HSV(B) | 209.3º | 0.91% | 0.37% | - |
| XYZ | 3.35 | 3.32 | 11.05 | - |
| YUV | 43.63 | 156.42 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 94 | 0.91 | 0.45 | 0 | 0.63 | 209.3 | 0.84 | 0.2 |
| Hex | 8 | 34 | 5E | 5B | 2D | 0 | 3F | D1 | 54 | 14 |
| Octal | 10 | 64 | 136 | 133 | 55 | 0 | 77 | 321 | 124 | 24 |
| Binary | 1000 | 110100 | 1011110 | 1011011 | 101101 | 0 | 111111 | 11010001 | 1010100 | 10100 |
Color Harmonies of #08345E
Complementary color
Monochromatic Colors of #08345E
Black with #08345E
Text Example
Text Example
White with #08345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08345E; }
p { color: rgb(8,52,94); }
H1.HeaderClassName
{
color: #08345E;
}
.AnyTagClassName
{
color: #08345E;
}
</style>
background-color css
<style>
a { background-color: #08345E; }
a { background-color: rgb(8,52,94); }
div.DivClassName
{
background-color: #08345E;
}
.BgClassName
{
background-color: #08345E;
}
</style>
border-color css
<style>
span { border-color: #08345E; }
span { border-color: rgb(8,52,94); }
td.TdClassName
{
border-color: #08345E;
}
.TagClassName
{
border-color: #08345E;
}
</style>