Shades of St Tropaz #36537C
Tints of St Tropaz #36537C
RGB
CMYK
RGB Variations
Color information
#36537C (or 0x36537C) is known color: St Tropaz. HEX triplet: 36, 53 and 7C. RGB value is (54,83,124). Sum of RGB (Red+Green+Blue) = 54+83+124=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #36537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36537C is #C9AC83. Grayscale: #4E4E4E. Windows color (decimal): -13216900 or 8147766. OLE color: 8147766.
HSL color Cylindrical-coordinate representation of color #36537C: hue angle of 215.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36537C is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 83 | 124 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.51 |
| HSL | 215.14º | 0.39% | 0.35% | - |
| HSV(B) | 215.14º | 0.56% | 0.49% | - |
| XYZ | 8.25 | 8.43 | 20.26 | - |
| YUV | 79 | 153.39 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 124 | 0.56 | 0.33 | 0 | 0.51 | 215.14 | 0.39 | 0.35 |
| Hex | 36 | 53 | 7C | 38 | 21 | 0 | 33 | D7 | 27 | 23 |
| Octal | 66 | 123 | 174 | 70 | 41 | 0 | 63 | 327 | 47 | 43 |
| Binary | 110110 | 1010011 | 1111100 | 111000 | 100001 | 0 | 110011 | 11010111 | 100111 | 100011 |
Color Harmonies of #36537C
Complementary color
Monochromatic Colors of #36537C
Black with #36537C
Text Example
Text Example
White with #36537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36537C; }
p { color: rgb(54,83,124); }
H1.HeaderClassName
{
color: #36537C;
}
.AnyTagClassName
{
color: #36537C;
}
</style>
background-color css
<style>
a { background-color: #36537C; }
a { background-color: rgb(54,83,124); }
div.DivClassName
{
background-color: #36537C;
}
.BgClassName
{
background-color: #36537C;
}
</style>
border-color css
<style>
span { border-color: #36537C; }
span { border-color: rgb(54,83,124); }
td.TdClassName
{
border-color: #36537C;
}
.TagClassName
{
border-color: #36537C;
}
</style>