Shades of St Tropaz #345078
Tints of St Tropaz #345078
RGB
CMYK
RGB Variations
Color information
#345078 (or 0x345078) is known color: St Tropaz. HEX triplet: 34, 50 and 78. RGB value is (52,80,120). Sum of RGB (Red+Green+Blue) = 52+80+120=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #345078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345078 is #CBAF87. Grayscale: #4C4C4C. Windows color (decimal): -13348744 or 7884852. OLE color: 7884852.
HSL color Cylindrical-coordinate representation of color #345078: hue angle of 215.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #345078 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 80 | 120 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.53 |
| HSL | 215.29º | 0.4% | 0.34% | - |
| HSV(B) | 215.29º | 0.57% | 0.47% | - |
| XYZ | 7.68 | 7.82 | 18.87 | - |
| YUV | 76.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 120 | 0.57 | 0.33 | 0 | 0.53 | 215.29 | 0.4 | 0.34 |
| Hex | 34 | 50 | 78 | 39 | 21 | 0 | 35 | D7 | 28 | 22 |
| Octal | 64 | 120 | 170 | 71 | 41 | 0 | 65 | 327 | 50 | 42 |
| Binary | 110100 | 1010000 | 1111000 | 111001 | 100001 | 0 | 110101 | 11010111 | 101000 | 100010 |
Color Harmonies of #345078
Complementary color
Monochromatic Colors of #345078
Black with #345078
Text Example
Text Example
White with #345078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345078; }
p { color: rgb(52,80,120); }
H1.HeaderClassName
{
color: #345078;
}
.AnyTagClassName
{
color: #345078;
}
</style>
background-color css
<style>
a { background-color: #345078; }
a { background-color: rgb(52,80,120); }
div.DivClassName
{
background-color: #345078;
}
.BgClassName
{
background-color: #345078;
}
</style>
border-color css
<style>
span { border-color: #345078; }
span { border-color: rgb(52,80,120); }
td.TdClassName
{
border-color: #345078;
}
.TagClassName
{
border-color: #345078;
}
</style>