Shades of St Tropaz #31558C
Tints of St Tropaz #31558C
RGB
CMYK
RGB Variations
Color information
#31558C (or 0x31558C) is known color: St Tropaz. HEX triplet: 31, 55 and 8C. RGB value is (49,85,140). Sum of RGB (Red+Green+Blue) = 49+85+140=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #31558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31558C is #CEAA73. Grayscale: #505050. Windows color (decimal): -13544052 or 9196849. OLE color: 9196849.
HSL color Cylindrical-coordinate representation of color #31558C: hue angle of 216.26º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31558C is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 85 | 140 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.45 |
| HSL | 216.26º | 0.48% | 0.37% | - |
| HSV(B) | 216.26º | 0.65% | 0.55% | - |
| XYZ | 9.25 | 9.04 | 26.07 | - |
| YUV | 80.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 140 | 0.65 | 0.39 | 0 | 0.45 | 216.26 | 0.48 | 0.37 |
| Hex | 31 | 55 | 8C | 41 | 27 | 0 | 2D | D8 | 30 | 25 |
| Octal | 61 | 125 | 214 | 101 | 47 | 0 | 55 | 330 | 60 | 45 |
| Binary | 110001 | 1010101 | 10001100 | 1000001 | 100111 | 0 | 101101 | 11011000 | 110000 | 100101 |
Color Harmonies of #31558C
Complementary color
Monochromatic Colors of #31558C
Black with #31558C
Text Example
Text Example
White with #31558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31558C; }
p { color: rgb(49,85,140); }
H1.HeaderClassName
{
color: #31558C;
}
.AnyTagClassName
{
color: #31558C;
}
</style>
background-color css
<style>
a { background-color: #31558C; }
a { background-color: rgb(49,85,140); }
div.DivClassName
{
background-color: #31558C;
}
.BgClassName
{
background-color: #31558C;
}
</style>
border-color css
<style>
span { border-color: #31558C; }
span { border-color: rgb(49,85,140); }
td.TdClassName
{
border-color: #31558C;
}
.TagClassName
{
border-color: #31558C;
}
</style>