Shades of St Tropaz #34557B
Tints of St Tropaz #34557B
RGB
CMYK
RGB Variations
Color information
#34557B (or 0x34557B) is known color: St Tropaz. HEX triplet: 34, 55 and 7B. RGB value is (52,85,123). Sum of RGB (Red+Green+Blue) = 52+85+123=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #34557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34557B is #CBAA84. Grayscale: #4F4F4F. Windows color (decimal): -13347461 or 8082740. OLE color: 8082740.
HSL color Cylindrical-coordinate representation of color #34557B: hue angle of 212.11º 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 #34557B is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 85 | 123 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.52 |
| HSL | 212.11º | 0.41% | 0.34% | - |
| HSV(B) | 212.11º | 0.58% | 0.48% | - |
| XYZ | 8.24 | 8.66 | 19.98 | - |
| YUV | 79.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 123 | 0.58 | 0.31 | 0 | 0.52 | 212.11 | 0.41 | 0.34 |
| Hex | 34 | 55 | 7B | 3A | 1F | 0 | 34 | D4 | 29 | 22 |
| Octal | 64 | 125 | 173 | 72 | 37 | 0 | 64 | 324 | 51 | 42 |
| Binary | 110100 | 1010101 | 1111011 | 111010 | 11111 | 0 | 110100 | 11010100 | 101001 | 100010 |
Color Harmonies of #34557B
Complementary color
Monochromatic Colors of #34557B
Black with #34557B
Text Example
Text Example
White with #34557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34557B; }
p { color: rgb(52,85,123); }
H1.HeaderClassName
{
color: #34557B;
}
.AnyTagClassName
{
color: #34557B;
}
</style>
background-color css
<style>
a { background-color: #34557B; }
a { background-color: rgb(52,85,123); }
div.DivClassName
{
background-color: #34557B;
}
.BgClassName
{
background-color: #34557B;
}
</style>
border-color css
<style>
span { border-color: #34557B; }
span { border-color: rgb(52,85,123); }
td.TdClassName
{
border-color: #34557B;
}
.TagClassName
{
border-color: #34557B;
}
</style>