Shades of St Tropaz #37588C
Tints of St Tropaz #37588C
RGB
CMYK
RGB Variations
Color information
#37588C (or 0x37588C) is known color: St Tropaz. HEX triplet: 37, 58 and 8C. RGB value is (55,88,140). Sum of RGB (Red+Green+Blue) = 55+88+140=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #37588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37588C is #C8A773. Grayscale: #535353. Windows color (decimal): -13150068 or 9197623. OLE color: 9197623.
HSL color Cylindrical-coordinate representation of color #37588C: hue angle of 216.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37588C is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 88 | 140 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.45 |
| HSL | 216.71º | 0.44% | 0.38% | - |
| HSV(B) | 216.71º | 0.61% | 0.55% | - |
| XYZ | 9.8 | 9.69 | 26.16 | - |
| YUV | 84.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 140 | 0.61 | 0.37 | 0 | 0.45 | 216.71 | 0.44 | 0.38 |
| Hex | 37 | 58 | 8C | 3D | 25 | 0 | 2D | D9 | 2C | 26 |
| Octal | 67 | 130 | 214 | 75 | 45 | 0 | 55 | 331 | 54 | 46 |
| Binary | 110111 | 1011000 | 10001100 | 111101 | 100101 | 0 | 101101 | 11011001 | 101100 | 100110 |
Color Harmonies of #37588C
Complementary color
Monochromatic Colors of #37588C
Black with #37588C
Text Example
Text Example
White with #37588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37588C; }
p { color: rgb(55,88,140); }
H1.HeaderClassName
{
color: #37588C;
}
.AnyTagClassName
{
color: #37588C;
}
</style>
background-color css
<style>
a { background-color: #37588C; }
a { background-color: rgb(55,88,140); }
div.DivClassName
{
background-color: #37588C;
}
.BgClassName
{
background-color: #37588C;
}
</style>
border-color css
<style>
span { border-color: #37588C; }
span { border-color: rgb(55,88,140); }
td.TdClassName
{
border-color: #37588C;
}
.TagClassName
{
border-color: #37588C;
}
</style>