Shades of Prussian Blue #09346C
Tints of Prussian Blue #09346C
RGB
CMYK
RGB Variations
Color information
#09346C (or 0x09346C) is known color: Prussian Blue. HEX triplet: 09, 34 and 6C. RGB value is (9,52,108). Sum of RGB (Red+Green+Blue) = 9+52+108=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #09346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09346C is #F6CB93. Grayscale: #2D2D2D. Windows color (decimal): -16173972 or 7091209. OLE color: 7091209.
HSL color Cylindrical-coordinate representation of color #09346C: hue angle of 213.94º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09346C is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 52 | 108 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.58 |
| HSL | 213.94º | 0.85% | 0.23% | - |
| HSV(B) | 213.94º | 0.92% | 0.42% | - |
| XYZ | 4.05 | 3.6 | 14.67 | - |
| YUV | 45.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 108 | 0.92 | 0.52 | 0 | 0.58 | 213.94 | 0.85 | 0.23 |
| Hex | 9 | 34 | 6C | 5C | 34 | 0 | 3A | D6 | 55 | 17 |
| Octal | 11 | 64 | 154 | 134 | 64 | 0 | 72 | 326 | 125 | 27 |
| Binary | 1001 | 110100 | 1101100 | 1011100 | 110100 | 0 | 111010 | 11010110 | 1010101 | 10111 |
Color Harmonies of #09346C
Complementary color
Monochromatic Colors of #09346C
Black with #09346C
Text Example
Text Example
White with #09346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09346C; }
p { color: rgb(9,52,108); }
H1.HeaderClassName
{
color: #09346C;
}
.AnyTagClassName
{
color: #09346C;
}
</style>
background-color css
<style>
a { background-color: #09346C; }
a { background-color: rgb(9,52,108); }
div.DivClassName
{
background-color: #09346C;
}
.BgClassName
{
background-color: #09346C;
}
</style>
border-color css
<style>
span { border-color: #09346C; }
span { border-color: rgb(9,52,108); }
td.TdClassName
{
border-color: #09346C;
}
.TagClassName
{
border-color: #09346C;
}
</style>