Shades of St Tropaz #3C557D
Tints of St Tropaz #3C557D
RGB
CMYK
RGB Variations
Color information
#3C557D (or 0x3C557D) is known color: St Tropaz. HEX triplet: 3C, 55 and 7D. RGB value is (60,85,125). Sum of RGB (Red+Green+Blue) = 60+85+125=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C557D is #C3AA82. Grayscale: #515151. Windows color (decimal): -12823171 or 8213820. OLE color: 8213820.
HSL color Cylindrical-coordinate representation of color #3C557D: hue angle of 216.92º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C557D is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 85 | 125 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.51 |
| HSL | 216.92º | 0.35% | 0.36% | - |
| HSV(B) | 216.92º | 0.52% | 0.49% | - |
| XYZ | 8.81 | 8.94 | 20.66 | - |
| YUV | 82.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 125 | 0.52 | 0.32 | 0 | 0.51 | 216.92 | 0.35 | 0.36 |
| Hex | 3C | 55 | 7D | 34 | 20 | 0 | 33 | D9 | 23 | 24 |
| Octal | 74 | 125 | 175 | 64 | 40 | 0 | 63 | 331 | 43 | 44 |
| Binary | 111100 | 1010101 | 1111101 | 110100 | 100000 | 0 | 110011 | 11011001 | 100011 | 100100 |
Color Harmonies of #3C557D
Complementary color
Monochromatic Colors of #3C557D
Black with #3C557D
Text Example
Text Example
White with #3C557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C557D; }
p { color: rgb(60,85,125); }
H1.HeaderClassName
{
color: #3C557D;
}
.AnyTagClassName
{
color: #3C557D;
}
</style>
background-color css
<style>
a { background-color: #3C557D; }
a { background-color: rgb(60,85,125); }
div.DivClassName
{
background-color: #3C557D;
}
.BgClassName
{
background-color: #3C557D;
}
</style>
border-color css
<style>
span { border-color: #3C557D; }
span { border-color: rgb(60,85,125); }
td.TdClassName
{
border-color: #3C557D;
}
.TagClassName
{
border-color: #3C557D;
}
</style>