Shades of St Tropaz #3A557D
Tints of St Tropaz #3A557D
RGB
CMYK
RGB Variations
Color information
#3A557D (or 0x3A557D) is known color: St Tropaz. HEX triplet: 3A, 55 and 7D. RGB value is (58,85,125). Sum of RGB (Red+Green+Blue) = 58+85+125=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A557D is #C5AA82. Grayscale: #515151. Windows color (decimal): -12954243 or 8213818. OLE color: 8213818.
HSL color Cylindrical-coordinate representation of color #3A557D: hue angle of 215.82º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A557D is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 85 | 125 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.51 |
| HSL | 215.82º | 0.37% | 0.36% | - |
| HSV(B) | 215.82º | 0.54% | 0.49% | - |
| XYZ | 8.7 | 8.88 | 20.66 | - |
| YUV | 81.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 125 | 0.54 | 0.32 | 0 | 0.51 | 215.82 | 0.37 | 0.36 |
| Hex | 3A | 55 | 7D | 36 | 20 | 0 | 33 | D8 | 25 | 24 |
| Octal | 72 | 125 | 175 | 66 | 40 | 0 | 63 | 330 | 45 | 44 |
| Binary | 111010 | 1010101 | 1111101 | 110110 | 100000 | 0 | 110011 | 11011000 | 100101 | 100100 |
Color Harmonies of #3A557D
Complementary color
Monochromatic Colors of #3A557D
Black with #3A557D
Text Example
Text Example
White with #3A557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A557D; }
p { color: rgb(58,85,125); }
H1.HeaderClassName
{
color: #3A557D;
}
.AnyTagClassName
{
color: #3A557D;
}
</style>
background-color css
<style>
a { background-color: #3A557D; }
a { background-color: rgb(58,85,125); }
div.DivClassName
{
background-color: #3A557D;
}
.BgClassName
{
background-color: #3A557D;
}
</style>
border-color css
<style>
span { border-color: #3A557D; }
span { border-color: rgb(58,85,125); }
td.TdClassName
{
border-color: #3A557D;
}
.TagClassName
{
border-color: #3A557D;
}
</style>