Shades of St Tropaz #345179
Tints of St Tropaz #345179
RGB
CMYK
RGB Variations
Color information
#345179 (or 0x345179) is known color: St Tropaz. HEX triplet: 34, 51 and 79. RGB value is (52,81,121). Sum of RGB (Red+Green+Blue) = 52+81+121=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #345179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345179 is #CBAE86. Grayscale: #4C4C4C. Windows color (decimal): -13348487 or 7950644. OLE color: 7950644.
HSL color Cylindrical-coordinate representation of color #345179: hue angle of 214.78º 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 #345179 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 81 | 121 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.53 |
| HSL | 214.78º | 0.4% | 0.34% | - |
| HSV(B) | 214.78º | 0.57% | 0.47% | - |
| XYZ | 7.81 | 8 | 19.22 | - |
| YUV | 76.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 121 | 0.57 | 0.33 | 0 | 0.53 | 214.78 | 0.4 | 0.34 |
| Hex | 34 | 51 | 79 | 39 | 21 | 0 | 35 | D7 | 28 | 22 |
| Octal | 64 | 121 | 171 | 71 | 41 | 0 | 65 | 327 | 50 | 42 |
| Binary | 110100 | 1010001 | 1111001 | 111001 | 100001 | 0 | 110101 | 11010111 | 101000 | 100010 |
Color Harmonies of #345179
Complementary color
Monochromatic Colors of #345179
Black with #345179
Text Example
Text Example
White with #345179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345179; }
p { color: rgb(52,81,121); }
H1.HeaderClassName
{
color: #345179;
}
.AnyTagClassName
{
color: #345179;
}
</style>
background-color css
<style>
a { background-color: #345179; }
a { background-color: rgb(52,81,121); }
div.DivClassName
{
background-color: #345179;
}
.BgClassName
{
background-color: #345179;
}
</style>
border-color css
<style>
span { border-color: #345179; }
span { border-color: rgb(52,81,121); }
td.TdClassName
{
border-color: #345179;
}
.TagClassName
{
border-color: #345179;
}
</style>