Shades of St Tropaz #37537C
Tints of St Tropaz #37537C
RGB
CMYK
RGB Variations
Color information
#37537C (or 0x37537C) is known color: St Tropaz. HEX triplet: 37, 53 and 7C. RGB value is (55,83,124). Sum of RGB (Red+Green+Blue) = 55+83+124=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #37537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37537C is #C8AC83. Grayscale: #4F4F4F. Windows color (decimal): -13151364 or 8147767. OLE color: 8147767.
HSL color Cylindrical-coordinate representation of color #37537C: hue angle of 215.65º 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 #37537C is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 83 | 124 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.51 |
| HSL | 215.65º | 0.39% | 0.35% | - |
| HSV(B) | 215.65º | 0.56% | 0.49% | - |
| XYZ | 8.31 | 8.45 | 20.26 | - |
| YUV | 79.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 124 | 0.56 | 0.33 | 0 | 0.51 | 215.65 | 0.39 | 0.35 |
| Hex | 37 | 53 | 7C | 38 | 21 | 0 | 33 | D8 | 27 | 23 |
| Octal | 67 | 123 | 174 | 70 | 41 | 0 | 63 | 330 | 47 | 43 |
| Binary | 110111 | 1010011 | 1111100 | 111000 | 100001 | 0 | 110011 | 11011000 | 100111 | 100011 |
Color Harmonies of #37537C
Complementary color
Monochromatic Colors of #37537C
Black with #37537C
Text Example
Text Example
White with #37537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37537C; }
p { color: rgb(55,83,124); }
H1.HeaderClassName
{
color: #37537C;
}
.AnyTagClassName
{
color: #37537C;
}
</style>
background-color css
<style>
a { background-color: #37537C; }
a { background-color: rgb(55,83,124); }
div.DivClassName
{
background-color: #37537C;
}
.BgClassName
{
background-color: #37537C;
}
</style>
border-color css
<style>
span { border-color: #37537C; }
span { border-color: rgb(55,83,124); }
td.TdClassName
{
border-color: #37537C;
}
.TagClassName
{
border-color: #37537C;
}
</style>