Shades of St Tropaz #34527B
Tints of St Tropaz #34527B
RGB
CMYK
RGB Variations
Color information
#34527B (or 0x34527B) is known color: St Tropaz. HEX triplet: 34, 52 and 7B. RGB value is (52,82,123). Sum of RGB (Red+Green+Blue) = 52+82+123=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #34527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34527B is #CBAD84. Grayscale: #4D4D4D. Windows color (decimal): -13348229 or 8081972. OLE color: 8081972.
HSL color Cylindrical-coordinate representation of color #34527B: hue angle of 214.65º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34527B is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 82 | 123 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.52 |
| HSL | 214.65º | 0.41% | 0.34% | - |
| HSV(B) | 214.65º | 0.58% | 0.48% | - |
| XYZ | 8.01 | 8.19 | 19.9 | - |
| YUV | 77.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 123 | 0.58 | 0.33 | 0 | 0.52 | 214.65 | 0.41 | 0.34 |
| Hex | 34 | 52 | 7B | 3A | 21 | 0 | 34 | D7 | 29 | 22 |
| Octal | 64 | 122 | 173 | 72 | 41 | 0 | 64 | 327 | 51 | 42 |
| Binary | 110100 | 1010010 | 1111011 | 111010 | 100001 | 0 | 110100 | 11010111 | 101001 | 100010 |
Color Harmonies of #34527B
Complementary color
Monochromatic Colors of #34527B
Black with #34527B
Text Example
Text Example
White with #34527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34527B; }
p { color: rgb(52,82,123); }
H1.HeaderClassName
{
color: #34527B;
}
.AnyTagClassName
{
color: #34527B;
}
</style>
background-color css
<style>
a { background-color: #34527B; }
a { background-color: rgb(52,82,123); }
div.DivClassName
{
background-color: #34527B;
}
.BgClassName
{
background-color: #34527B;
}
</style>
border-color css
<style>
span { border-color: #34527B; }
span { border-color: rgb(52,82,123); }
td.TdClassName
{
border-color: #34527B;
}
.TagClassName
{
border-color: #34527B;
}
</style>