Shades of St Tropaz #37557E
Tints of St Tropaz #37557E
RGB
CMYK
RGB Variations
Color information
#37557E (or 0x37557E) is known color: St Tropaz. HEX triplet: 37, 55 and 7E. RGB value is (55,85,126). Sum of RGB (Red+Green+Blue) = 55+85+126=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #37557E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37557E is #C8AA81. Grayscale: #505050. Windows color (decimal): -13150850 or 8279351. OLE color: 8279351.
HSL color Cylindrical-coordinate representation of color #37557E: hue angle of 214.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 #37557E is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 85 | 126 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.51 |
| HSL | 214.65º | 0.39% | 0.35% | - |
| HSV(B) | 214.65º | 0.56% | 0.49% | - |
| XYZ | 8.59 | 8.82 | 20.99 | - |
| YUV | 80.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 126 | 0.56 | 0.33 | 0 | 0.51 | 214.65 | 0.39 | 0.35 |
| Hex | 37 | 55 | 7E | 38 | 21 | 0 | 33 | D7 | 27 | 23 |
| Octal | 67 | 125 | 176 | 70 | 41 | 0 | 63 | 327 | 47 | 43 |
| Binary | 110111 | 1010101 | 1111110 | 111000 | 100001 | 0 | 110011 | 11010111 | 100111 | 100011 |
Color Harmonies of #37557E
Complementary color
Monochromatic Colors of #37557E
Black with #37557E
Text Example
Text Example
White with #37557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37557E; }
p { color: rgb(55,85,126); }
H1.HeaderClassName
{
color: #37557E;
}
.AnyTagClassName
{
color: #37557E;
}
</style>
background-color css
<style>
a { background-color: #37557E; }
a { background-color: rgb(55,85,126); }
div.DivClassName
{
background-color: #37557E;
}
.BgClassName
{
background-color: #37557E;
}
</style>
border-color css
<style>
span { border-color: #37557E; }
span { border-color: rgb(55,85,126); }
td.TdClassName
{
border-color: #37557E;
}
.TagClassName
{
border-color: #37557E;
}
</style>