Shades of St Tropaz #34578D
Tints of St Tropaz #34578D
RGB
CMYK
RGB Variations
Color information
#34578D (or 0x34578D) is known color: St Tropaz. HEX triplet: 34, 57 and 8D. RGB value is (52,87,141). Sum of RGB (Red+Green+Blue) = 52+87+141=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #34578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34578D is #CBA872. Grayscale: #525252. Windows color (decimal): -13346931 or 9262900. OLE color: 9262900.
HSL color Cylindrical-coordinate representation of color #34578D: hue angle of 216.4º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34578D is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 87 | 141 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.45 |
| HSL | 216.4º | 0.46% | 0.38% | - |
| HSV(B) | 216.4º | 0.63% | 0.55% | - |
| XYZ | 9.63 | 9.47 | 26.52 | - |
| YUV | 82.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 141 | 0.63 | 0.38 | 0 | 0.45 | 216.4 | 0.46 | 0.38 |
| Hex | 34 | 57 | 8D | 3F | 26 | 0 | 2D | D8 | 2E | 26 |
| Octal | 64 | 127 | 215 | 77 | 46 | 0 | 55 | 330 | 56 | 46 |
| Binary | 110100 | 1010111 | 10001101 | 111111 | 100110 | 0 | 101101 | 11011000 | 101110 | 100110 |
Color Harmonies of #34578D
Complementary color
Monochromatic Colors of #34578D
Black with #34578D
Text Example
Text Example
White with #34578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34578D; }
p { color: rgb(52,87,141); }
H1.HeaderClassName
{
color: #34578D;
}
.AnyTagClassName
{
color: #34578D;
}
</style>
background-color css
<style>
a { background-color: #34578D; }
a { background-color: rgb(52,87,141); }
div.DivClassName
{
background-color: #34578D;
}
.BgClassName
{
background-color: #34578D;
}
</style>
border-color css
<style>
span { border-color: #34578D; }
span { border-color: rgb(52,87,141); }
td.TdClassName
{
border-color: #34578D;
}
.TagClassName
{
border-color: #34578D;
}
</style>