Shades of St Tropaz #31567F
Tints of St Tropaz #31567F
RGB
CMYK
RGB Variations
Color information
#31567F (or 0x31567F) is known color: St Tropaz. HEX triplet: 31, 56 and 7F. RGB value is (49,86,127). Sum of RGB (Red+Green+Blue) = 49+86+127=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #31567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31567F is #CEA980. Grayscale: #4F4F4F. Windows color (decimal): -13543809 or 8345137. OLE color: 8345137.
HSL color Cylindrical-coordinate representation of color #31567F: hue angle of 211.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31567F is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 86 | 127 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.50 |
| HSL | 211.54º | 0.44% | 0.35% | - |
| HSV(B) | 211.54º | 0.61% | 0.5% | - |
| XYZ | 8.43 | 8.84 | 21.34 | - |
| YUV | 79.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 127 | 0.61 | 0.32 | 0 | 0.50 | 211.54 | 0.44 | 0.35 |
| Hex | 31 | 56 | 7F | 3D | 20 | 0 | 32 | D4 | 2C | 23 |
| Octal | 61 | 126 | 177 | 75 | 40 | 0 | 62 | 324 | 54 | 43 |
| Binary | 110001 | 1010110 | 1111111 | 111101 | 100000 | 0 | 110010 | 11010100 | 101100 | 100011 |
Color Harmonies of #31567F
Complementary color
Monochromatic Colors of #31567F
Black with #31567F
Text Example
Text Example
White with #31567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31567F; }
p { color: rgb(49,86,127); }
H1.HeaderClassName
{
color: #31567F;
}
.AnyTagClassName
{
color: #31567F;
}
</style>
background-color css
<style>
a { background-color: #31567F; }
a { background-color: rgb(49,86,127); }
div.DivClassName
{
background-color: #31567F;
}
.BgClassName
{
background-color: #31567F;
}
</style>
border-color css
<style>
span { border-color: #31567F; }
span { border-color: rgb(49,86,127); }
td.TdClassName
{
border-color: #31567F;
}
.TagClassName
{
border-color: #31567F;
}
</style>