Shades of St Tropaz #37557B
Tints of St Tropaz #37557B
RGB
CMYK
RGB Variations
Color information
#37557B (or 0x37557B) is known color: St Tropaz. HEX triplet: 37, 55 and 7B. RGB value is (55,85,123). Sum of RGB (Red+Green+Blue) = 55+85+123=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #37557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37557B is #C8AA84. Grayscale: #505050. Windows color (decimal): -13150853 or 8082743. OLE color: 8082743.
HSL color Cylindrical-coordinate representation of color #37557B: hue angle of 213.53º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37557B is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 85 | 123 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.52 |
| HSL | 213.53º | 0.38% | 0.35% | - |
| HSV(B) | 213.53º | 0.55% | 0.48% | - |
| XYZ | 8.4 | 8.74 | 19.98 | - |
| YUV | 80.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 123 | 0.55 | 0.31 | 0 | 0.52 | 213.53 | 0.38 | 0.35 |
| Hex | 37 | 55 | 7B | 37 | 1F | 0 | 34 | D6 | 26 | 23 |
| Octal | 67 | 125 | 173 | 67 | 37 | 0 | 64 | 326 | 46 | 43 |
| Binary | 110111 | 1010101 | 1111011 | 110111 | 11111 | 0 | 110100 | 11010110 | 100110 | 100011 |
Color Harmonies of #37557B
Complementary color
Monochromatic Colors of #37557B
Black with #37557B
Text Example
Text Example
White with #37557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37557B; }
p { color: rgb(55,85,123); }
H1.HeaderClassName
{
color: #37557B;
}
.AnyTagClassName
{
color: #37557B;
}
</style>
background-color css
<style>
a { background-color: #37557B; }
a { background-color: rgb(55,85,123); }
div.DivClassName
{
background-color: #37557B;
}
.BgClassName
{
background-color: #37557B;
}
</style>
border-color css
<style>
span { border-color: #37557B; }
span { border-color: rgb(55,85,123); }
td.TdClassName
{
border-color: #37557B;
}
.TagClassName
{
border-color: #37557B;
}
</style>