Shades of Prussian Blue #08376C
Tints of Prussian Blue #08376C
RGB
CMYK
RGB Variations
Color information
#08376C (or 0x08376C) is known color: Prussian Blue. HEX triplet: 08, 37 and 6C. RGB value is (8,55,108). Sum of RGB (Red+Green+Blue) = 8+55+108=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #08376C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08376C is #F7C893. Grayscale: #2E2E2E. Windows color (decimal): -16238740 or 7091976. OLE color: 7091976.
HSL color Cylindrical-coordinate representation of color #08376C: hue angle of 211.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08376C is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 55 | 108 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.58 |
| HSL | 211.8º | 0.86% | 0.23% | - |
| HSV(B) | 211.8º | 0.93% | 0.42% | - |
| XYZ | 4.17 | 3.87 | 14.71 | - |
| YUV | 46.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 108 | 0.93 | 0.49 | 0 | 0.58 | 211.8 | 0.86 | 0.23 |
| Hex | 8 | 37 | 6C | 5D | 31 | 0 | 3A | D4 | 56 | 17 |
| Octal | 10 | 67 | 154 | 135 | 61 | 0 | 72 | 324 | 126 | 27 |
| Binary | 1000 | 110111 | 1101100 | 1011101 | 110001 | 0 | 111010 | 11010100 | 1010110 | 10111 |
Color Harmonies of #08376C
Complementary color
Monochromatic Colors of #08376C
Black with #08376C
Text Example
Text Example
White with #08376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08376C; }
p { color: rgb(8,55,108); }
H1.HeaderClassName
{
color: #08376C;
}
.AnyTagClassName
{
color: #08376C;
}
</style>
background-color css
<style>
a { background-color: #08376C; }
a { background-color: rgb(8,55,108); }
div.DivClassName
{
background-color: #08376C;
}
.BgClassName
{
background-color: #08376C;
}
</style>
border-color css
<style>
span { border-color: #08376C; }
span { border-color: rgb(8,55,108); }
td.TdClassName
{
border-color: #08376C;
}
.TagClassName
{
border-color: #08376C;
}
</style>