Shades of Prussian Blue #07346C
Tints of Prussian Blue #07346C
RGB
CMYK
RGB Variations
Color information
#07346C (or 0x07346C) is known color: Prussian Blue. HEX triplet: 07, 34 and 6C. RGB value is (7,52,108). Sum of RGB (Red+Green+Blue) = 7+52+108=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #07346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07346C is #F8CB93. Grayscale: #2C2C2C. Windows color (decimal): -16305044 or 7091207. OLE color: 7091207.
HSL color Cylindrical-coordinate representation of color #07346C: hue angle of 213.27º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07346C is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 52 | 108 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.58 |
| HSL | 213.27º | 0.88% | 0.23% | - |
| HSV(B) | 213.27º | 0.94% | 0.42% | - |
| XYZ | 4.02 | 3.58 | 14.67 | - |
| YUV | 44.93 | 163.59 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 108 | 0.94 | 0.52 | 0 | 0.58 | 213.27 | 0.88 | 0.23 |
| Hex | 7 | 34 | 6C | 5E | 34 | 0 | 3A | D5 | 58 | 17 |
| Octal | 7 | 64 | 154 | 136 | 64 | 0 | 72 | 325 | 130 | 27 |
| Binary | 111 | 110100 | 1101100 | 1011110 | 110100 | 0 | 111010 | 11010101 | 1011000 | 10111 |
Color Harmonies of #07346C
Complementary color
Monochromatic Colors of #07346C
Black with #07346C
Text Example
Text Example
White with #07346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07346C; }
p { color: rgb(7,52,108); }
H1.HeaderClassName
{
color: #07346C;
}
.AnyTagClassName
{
color: #07346C;
}
</style>
background-color css
<style>
a { background-color: #07346C; }
a { background-color: rgb(7,52,108); }
div.DivClassName
{
background-color: #07346C;
}
.BgClassName
{
background-color: #07346C;
}
</style>
border-color css
<style>
span { border-color: #07346C; }
span { border-color: rgb(7,52,108); }
td.TdClassName
{
border-color: #07346C;
}
.TagClassName
{
border-color: #07346C;
}
</style>