Shades of St Tropaz #345175
Tints of St Tropaz #345175
RGB
CMYK
RGB Variations
Color information
#345175 (or 0x345175) is known color: St Tropaz. HEX triplet: 34, 51 and 75. RGB value is (52,81,117). Sum of RGB (Red+Green+Blue) = 52+81+117=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #345175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345175 is #CBAE8A. Grayscale: #4C4C4C. Windows color (decimal): -13348491 or 7688500. OLE color: 7688500.
HSL color Cylindrical-coordinate representation of color #345175: hue angle of 213.23º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345175 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 81 | 117 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.54 |
| HSL | 213.23º | 0.38% | 0.33% | - |
| HSV(B) | 213.23º | 0.56% | 0.46% | - |
| XYZ | 7.57 | 7.9 | 17.96 | - |
| YUV | 76.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 117 | 0.56 | 0.31 | 0 | 0.54 | 213.23 | 0.38 | 0.33 |
| Hex | 34 | 51 | 75 | 38 | 1F | 0 | 36 | D5 | 26 | 21 |
| Octal | 64 | 121 | 165 | 70 | 37 | 0 | 66 | 325 | 46 | 41 |
| Binary | 110100 | 1010001 | 1110101 | 111000 | 11111 | 0 | 110110 | 11010101 | 100110 | 100001 |
Color Harmonies of #345175
Complementary color
Monochromatic Colors of #345175
Black with #345175
Text Example
Text Example
White with #345175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345175; }
p { color: rgb(52,81,117); }
H1.HeaderClassName
{
color: #345175;
}
.AnyTagClassName
{
color: #345175;
}
</style>
background-color css
<style>
a { background-color: #345175; }
a { background-color: rgb(52,81,117); }
div.DivClassName
{
background-color: #345175;
}
.BgClassName
{
background-color: #345175;
}
</style>
border-color css
<style>
span { border-color: #345175; }
span { border-color: rgb(52,81,117); }
td.TdClassName
{
border-color: #345175;
}
.TagClassName
{
border-color: #345175;
}
</style>