Shades of St Tropaz #36537A
Tints of St Tropaz #36537A
RGB
CMYK
RGB Variations
Color information
#36537A (or 0x36537A) is known color: St Tropaz. HEX triplet: 36, 53 and 7A. RGB value is (54,83,122). Sum of RGB (Red+Green+Blue) = 54+83+122=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #36537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36537A is #C9AC85. Grayscale: #4E4E4E. Windows color (decimal): -13216902 or 8016694. OLE color: 8016694.
HSL color Cylindrical-coordinate representation of color #36537A: hue angle of 214.41º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36537A is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 83 | 122 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.52 |
| HSL | 214.41º | 0.39% | 0.35% | - |
| HSV(B) | 214.41º | 0.56% | 0.48% | - |
| XYZ | 8.13 | 8.38 | 19.6 | - |
| YUV | 78.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 122 | 0.56 | 0.32 | 0 | 0.52 | 214.41 | 0.39 | 0.35 |
| Hex | 36 | 53 | 7A | 38 | 20 | 0 | 34 | D6 | 27 | 23 |
| Octal | 66 | 123 | 172 | 70 | 40 | 0 | 64 | 326 | 47 | 43 |
| Binary | 110110 | 1010011 | 1111010 | 111000 | 100000 | 0 | 110100 | 11010110 | 100111 | 100011 |
Color Harmonies of #36537A
Complementary color
Monochromatic Colors of #36537A
Black with #36537A
Text Example
Text Example
White with #36537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36537A; }
p { color: rgb(54,83,122); }
H1.HeaderClassName
{
color: #36537A;
}
.AnyTagClassName
{
color: #36537A;
}
</style>
background-color css
<style>
a { background-color: #36537A; }
a { background-color: rgb(54,83,122); }
div.DivClassName
{
background-color: #36537A;
}
.BgClassName
{
background-color: #36537A;
}
</style>
border-color css
<style>
span { border-color: #36537A; }
span { border-color: rgb(54,83,122); }
td.TdClassName
{
border-color: #36537A;
}
.TagClassName
{
border-color: #36537A;
}
</style>