Shades of St Tropaz #37587F
Tints of St Tropaz #37587F
RGB
CMYK
RGB Variations
Color information
#37587F (or 0x37587F) is known color: St Tropaz. HEX triplet: 37, 58 and 7F. RGB value is (55,88,127). Sum of RGB (Red+Green+Blue) = 55+88+127=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #37587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37587F is #C8A780. Grayscale: #525252. Windows color (decimal): -13150081 or 8345655. OLE color: 8345655.
HSL color Cylindrical-coordinate representation of color #37587F: hue angle of 212.5º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37587F is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 88 | 127 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.50 |
| HSL | 212.5º | 0.4% | 0.36% | - |
| HSV(B) | 212.5º | 0.57% | 0.5% | - |
| XYZ | 8.9 | 9.32 | 21.41 | - |
| YUV | 82.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 127 | 0.57 | 0.31 | 0 | 0.50 | 212.5 | 0.4 | 0.36 |
| Hex | 37 | 58 | 7F | 39 | 1F | 0 | 32 | D4 | 28 | 24 |
| Octal | 67 | 130 | 177 | 71 | 37 | 0 | 62 | 324 | 50 | 44 |
| Binary | 110111 | 1011000 | 1111111 | 111001 | 11111 | 0 | 110010 | 11010100 | 101000 | 100100 |
Color Harmonies of #37587F
Complementary color
Monochromatic Colors of #37587F
Black with #37587F
Text Example
Text Example
White with #37587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37587F; }
p { color: rgb(55,88,127); }
H1.HeaderClassName
{
color: #37587F;
}
.AnyTagClassName
{
color: #37587F;
}
</style>
background-color css
<style>
a { background-color: #37587F; }
a { background-color: rgb(55,88,127); }
div.DivClassName
{
background-color: #37587F;
}
.BgClassName
{
background-color: #37587F;
}
</style>
border-color css
<style>
span { border-color: #37587F; }
span { border-color: rgb(55,88,127); }
td.TdClassName
{
border-color: #37587F;
}
.TagClassName
{
border-color: #37587F;
}
</style>