Shades of St Tropaz #38537A
Tints of St Tropaz #38537A
RGB
CMYK
RGB Variations
Color information
#38537A (or 0x38537A) is known color: St Tropaz. HEX triplet: 38, 53 and 7A. RGB value is (56,83,122). Sum of RGB (Red+Green+Blue) = 56+83+122=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #38537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38537A is #C7AC85. Grayscale: #4F4F4F. Windows color (decimal): -13085830 or 8016696. OLE color: 8016696.
HSL color Cylindrical-coordinate representation of color #38537A: hue angle of 215.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38537A is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 83 | 122 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.52 |
| HSL | 215.45º | 0.37% | 0.35% | - |
| HSV(B) | 215.45º | 0.54% | 0.48% | - |
| XYZ | 8.24 | 8.43 | 19.61 | - |
| YUV | 79.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 122 | 0.54 | 0.32 | 0 | 0.52 | 215.45 | 0.37 | 0.35 |
| Hex | 38 | 53 | 7A | 36 | 20 | 0 | 34 | D7 | 25 | 23 |
| Octal | 70 | 123 | 172 | 66 | 40 | 0 | 64 | 327 | 45 | 43 |
| Binary | 111000 | 1010011 | 1111010 | 110110 | 100000 | 0 | 110100 | 11010111 | 100101 | 100011 |
Color Harmonies of #38537A
Complementary color
Monochromatic Colors of #38537A
Black with #38537A
Text Example
Text Example
White with #38537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38537A; }
p { color: rgb(56,83,122); }
H1.HeaderClassName
{
color: #38537A;
}
.AnyTagClassName
{
color: #38537A;
}
</style>
background-color css
<style>
a { background-color: #38537A; }
a { background-color: rgb(56,83,122); }
div.DivClassName
{
background-color: #38537A;
}
.BgClassName
{
background-color: #38537A;
}
</style>
border-color css
<style>
span { border-color: #38537A; }
span { border-color: rgb(56,83,122); }
td.TdClassName
{
border-color: #38537A;
}
.TagClassName
{
border-color: #38537A;
}
</style>