Shades of St Tropaz #315A86
Tints of St Tropaz #315A86
RGB
CMYK
RGB Variations
Color information
#315A86 (or 0x315A86) is known color: St Tropaz. HEX triplet: 31, 5A and 86. RGB value is (49,90,134). Sum of RGB (Red+Green+Blue) = 49+90+134=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #315A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315A86 is #CEA579. Grayscale: #525252. Windows color (decimal): -13542778 or 8804913. OLE color: 8804913.
HSL color Cylindrical-coordinate representation of color #315A86: hue angle of 211.06º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315A86 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 90 | 134 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.47 |
| HSL | 211.06º | 0.46% | 0.36% | - |
| HSV(B) | 211.06º | 0.63% | 0.53% | - |
| XYZ | 9.23 | 9.69 | 23.94 | - |
| YUV | 82.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 134 | 0.63 | 0.33 | 0 | 0.47 | 211.06 | 0.46 | 0.36 |
| Hex | 31 | 5A | 86 | 3F | 21 | 0 | 2F | D3 | 2E | 24 |
| Octal | 61 | 132 | 206 | 77 | 41 | 0 | 57 | 323 | 56 | 44 |
| Binary | 110001 | 1011010 | 10000110 | 111111 | 100001 | 0 | 101111 | 11010011 | 101110 | 100100 |
Color Harmonies of #315A86
Complementary color
Monochromatic Colors of #315A86
Black with #315A86
Text Example
Text Example
White with #315A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315A86; }
p { color: rgb(49,90,134); }
H1.HeaderClassName
{
color: #315A86;
}
.AnyTagClassName
{
color: #315A86;
}
</style>
background-color css
<style>
a { background-color: #315A86; }
a { background-color: rgb(49,90,134); }
div.DivClassName
{
background-color: #315A86;
}
.BgClassName
{
background-color: #315A86;
}
</style>
border-color css
<style>
span { border-color: #315A86; }
span { border-color: rgb(49,90,134); }
td.TdClassName
{
border-color: #315A86;
}
.TagClassName
{
border-color: #315A86;
}
</style>