Shades of St Tropaz #39557C
Tints of St Tropaz #39557C
RGB
CMYK
RGB Variations
Color information
#39557C (or 0x39557C) is known color: St Tropaz. HEX triplet: 39, 55 and 7C. RGB value is (57,85,124). Sum of RGB (Red+Green+Blue) = 57+85+124=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #39557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39557C is #C6AA83. Grayscale: #505050. Windows color (decimal): -13019780 or 8148281. OLE color: 8148281.
HSL color Cylindrical-coordinate representation of color #39557C: hue angle of 214.93º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39557C is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 85 | 124 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.51 |
| HSL | 214.93º | 0.37% | 0.35% | - |
| HSV(B) | 214.93º | 0.54% | 0.49% | - |
| XYZ | 8.57 | 8.82 | 20.32 | - |
| YUV | 81.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 124 | 0.54 | 0.31 | 0 | 0.51 | 214.93 | 0.37 | 0.35 |
| Hex | 39 | 55 | 7C | 36 | 1F | 0 | 33 | D7 | 25 | 23 |
| Octal | 71 | 125 | 174 | 66 | 37 | 0 | 63 | 327 | 45 | 43 |
| Binary | 111001 | 1010101 | 1111100 | 110110 | 11111 | 0 | 110011 | 11010111 | 100101 | 100011 |
Color Harmonies of #39557C
Complementary color
Monochromatic Colors of #39557C
Black with #39557C
Text Example
Text Example
White with #39557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39557C; }
p { color: rgb(57,85,124); }
H1.HeaderClassName
{
color: #39557C;
}
.AnyTagClassName
{
color: #39557C;
}
</style>
background-color css
<style>
a { background-color: #39557C; }
a { background-color: rgb(57,85,124); }
div.DivClassName
{
background-color: #39557C;
}
.BgClassName
{
background-color: #39557C;
}
</style>
border-color css
<style>
span { border-color: #39557C; }
span { border-color: rgb(57,85,124); }
td.TdClassName
{
border-color: #39557C;
}
.TagClassName
{
border-color: #39557C;
}
</style>