Shades of St Tropaz #34557C
Tints of St Tropaz #34557C
RGB
CMYK
RGB Variations
Color information
#34557C (or 0x34557C) is known color: St Tropaz. HEX triplet: 34, 55 and 7C. RGB value is (52,85,124). Sum of RGB (Red+Green+Blue) = 52+85+124=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #34557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34557C is #CBAA83. Grayscale: #4F4F4F. Windows color (decimal): -13347460 or 8148276. OLE color: 8148276.
HSL color Cylindrical-coordinate representation of color #34557C: hue angle of 212.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34557C is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 85 | 124 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.51 |
| HSL | 212.5º | 0.41% | 0.35% | - |
| HSV(B) | 212.5º | 0.58% | 0.49% | - |
| XYZ | 8.3 | 8.68 | 20.31 | - |
| YUV | 79.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 124 | 0.58 | 0.31 | 0 | 0.51 | 212.5 | 0.41 | 0.35 |
| Hex | 34 | 55 | 7C | 3A | 1F | 0 | 33 | D4 | 29 | 23 |
| Octal | 64 | 125 | 174 | 72 | 37 | 0 | 63 | 324 | 51 | 43 |
| Binary | 110100 | 1010101 | 1111100 | 111010 | 11111 | 0 | 110011 | 11010100 | 101001 | 100011 |
Color Harmonies of #34557C
Complementary color
Monochromatic Colors of #34557C
Black with #34557C
Text Example
Text Example
White with #34557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34557C; }
p { color: rgb(52,85,124); }
H1.HeaderClassName
{
color: #34557C;
}
.AnyTagClassName
{
color: #34557C;
}
</style>
background-color css
<style>
a { background-color: #34557C; }
a { background-color: rgb(52,85,124); }
div.DivClassName
{
background-color: #34557C;
}
.BgClassName
{
background-color: #34557C;
}
</style>
border-color css
<style>
span { border-color: #34557C; }
span { border-color: rgb(52,85,124); }
td.TdClassName
{
border-color: #34557C;
}
.TagClassName
{
border-color: #34557C;
}
</style>