Shades of Prussian Blue #09346E
Tints of Prussian Blue #09346E
RGB
CMYK
RGB Variations
Color information
#09346E (or 0x09346E) is known color: Prussian Blue. HEX triplet: 09, 34 and 6E. RGB value is (9,52,110). Sum of RGB (Red+Green+Blue) = 9+52+110=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #09346E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09346E is #F6CB91. Grayscale: #2D2D2D. Windows color (decimal): -16173970 or 7222281. OLE color: 7222281.
HSL color Cylindrical-coordinate representation of color #09346E: hue angle of 214.46º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09346E is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 52 | 110 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.57 |
| HSL | 214.46º | 0.85% | 0.23% | - |
| HSV(B) | 214.46º | 0.92% | 0.43% | - |
| XYZ | 4.16 | 3.64 | 15.24 | - |
| YUV | 45.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 110 | 0.92 | 0.53 | 0 | 0.57 | 214.46 | 0.85 | 0.23 |
| Hex | 9 | 34 | 6E | 5C | 35 | 0 | 39 | D6 | 55 | 17 |
| Octal | 11 | 64 | 156 | 134 | 65 | 0 | 71 | 326 | 125 | 27 |
| Binary | 1001 | 110100 | 1101110 | 1011100 | 110101 | 0 | 111001 | 11010110 | 1010101 | 10111 |
Color Harmonies of #09346E
Complementary color
Monochromatic Colors of #09346E
Black with #09346E
Text Example
Text Example
White with #09346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09346E; }
p { color: rgb(9,52,110); }
H1.HeaderClassName
{
color: #09346E;
}
.AnyTagClassName
{
color: #09346E;
}
</style>
background-color css
<style>
a { background-color: #09346E; }
a { background-color: rgb(9,52,110); }
div.DivClassName
{
background-color: #09346E;
}
.BgClassName
{
background-color: #09346E;
}
</style>
border-color css
<style>
span { border-color: #09346E; }
span { border-color: rgb(9,52,110); }
td.TdClassName
{
border-color: #09346E;
}
.TagClassName
{
border-color: #09346E;
}
</style>