Shades of St Tropaz #37557C
Tints of St Tropaz #37557C
RGB
CMYK
RGB Variations
Color information
#37557C (or 0x37557C) is known color: St Tropaz. HEX triplet: 37, 55 and 7C. RGB value is (55,85,124). Sum of RGB (Red+Green+Blue) = 55+85+124=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #37557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37557C is #C8AA83. Grayscale: #505050. Windows color (decimal): -13150852 or 8148279. OLE color: 8148279.
HSL color Cylindrical-coordinate representation of color #37557C: hue angle of 213.91º 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 #37557C is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 85 | 124 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.51 |
| HSL | 213.91º | 0.39% | 0.35% | - |
| HSV(B) | 213.91º | 0.56% | 0.49% | - |
| XYZ | 8.46 | 8.76 | 20.31 | - |
| YUV | 80.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 124 | 0.56 | 0.31 | 0 | 0.51 | 213.91 | 0.39 | 0.35 |
| Hex | 37 | 55 | 7C | 38 | 1F | 0 | 33 | D6 | 27 | 23 |
| Octal | 67 | 125 | 174 | 70 | 37 | 0 | 63 | 326 | 47 | 43 |
| Binary | 110111 | 1010101 | 1111100 | 111000 | 11111 | 0 | 110011 | 11010110 | 100111 | 100011 |
Color Harmonies of #37557C
Complementary color
Monochromatic Colors of #37557C
Black with #37557C
Text Example
Text Example
White with #37557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37557C; }
p { color: rgb(55,85,124); }
H1.HeaderClassName
{
color: #37557C;
}
.AnyTagClassName
{
color: #37557C;
}
</style>
background-color css
<style>
a { background-color: #37557C; }
a { background-color: rgb(55,85,124); }
div.DivClassName
{
background-color: #37557C;
}
.BgClassName
{
background-color: #37557C;
}
</style>
border-color css
<style>
span { border-color: #37557C; }
span { border-color: rgb(55,85,124); }
td.TdClassName
{
border-color: #37557C;
}
.TagClassName
{
border-color: #37557C;
}
</style>