Shades of Prussian Blue #08346D
Tints of Prussian Blue #08346D
RGB
CMYK
RGB Variations
Color information
#08346D (or 0x08346D) is known color: Prussian Blue. HEX triplet: 08, 34 and 6D. RGB value is (8,52,109). Sum of RGB (Red+Green+Blue) = 8+52+109=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #08346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08346D is #F7CB92. Grayscale: #2D2D2D. Windows color (decimal): -16239507 or 7156744. OLE color: 7156744.
HSL color Cylindrical-coordinate representation of color #08346D: hue angle of 213.86º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08346D is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 52 | 109 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.57 |
| HSL | 213.86º | 0.86% | 0.23% | - |
| HSV(B) | 213.86º | 0.93% | 0.43% | - |
| XYZ | 4.09 | 3.61 | 14.95 | - |
| YUV | 45.34 | 163.92 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 109 | 0.93 | 0.52 | 0 | 0.57 | 213.86 | 0.86 | 0.23 |
| Hex | 8 | 34 | 6D | 5D | 34 | 0 | 39 | D6 | 56 | 17 |
| Octal | 10 | 64 | 155 | 135 | 64 | 0 | 71 | 326 | 126 | 27 |
| Binary | 1000 | 110100 | 1101101 | 1011101 | 110100 | 0 | 111001 | 11010110 | 1010110 | 10111 |
Color Harmonies of #08346D
Complementary color
Monochromatic Colors of #08346D
Black with #08346D
Text Example
Text Example
White with #08346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08346D; }
p { color: rgb(8,52,109); }
H1.HeaderClassName
{
color: #08346D;
}
.AnyTagClassName
{
color: #08346D;
}
</style>
background-color css
<style>
a { background-color: #08346D; }
a { background-color: rgb(8,52,109); }
div.DivClassName
{
background-color: #08346D;
}
.BgClassName
{
background-color: #08346D;
}
</style>
border-color css
<style>
span { border-color: #08346D; }
span { border-color: rgb(8,52,109); }
td.TdClassName
{
border-color: #08346D;
}
.TagClassName
{
border-color: #08346D;
}
</style>