Shades of St Tropaz #315385
Tints of St Tropaz #315385
RGB
CMYK
RGB Variations
Color information
#315385 (or 0x315385) is known color: St Tropaz. HEX triplet: 31, 53 and 85. RGB value is (49,83,133). Sum of RGB (Red+Green+Blue) = 49+83+133=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #315385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315385 is #CEAC7A. Grayscale: #4E4E4E. Windows color (decimal): -13544571 or 8737585. OLE color: 8737585.
HSL color Cylindrical-coordinate representation of color #315385: hue angle of 215.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315385 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 83 | 133 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.48 |
| HSL | 215.71º | 0.46% | 0.36% | - |
| HSV(B) | 215.71º | 0.63% | 0.52% | - |
| XYZ | 8.59 | 8.53 | 23.38 | - |
| YUV | 78.53 | 158.74 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 133 | 0.63 | 0.38 | 0 | 0.48 | 215.71 | 0.46 | 0.36 |
| Hex | 31 | 53 | 85 | 3F | 26 | 0 | 30 | D8 | 2E | 24 |
| Octal | 61 | 123 | 205 | 77 | 46 | 0 | 60 | 330 | 56 | 44 |
| Binary | 110001 | 1010011 | 10000101 | 111111 | 100110 | 0 | 110000 | 11011000 | 101110 | 100100 |
Color Harmonies of #315385
Complementary color
Monochromatic Colors of #315385
Black with #315385
Text Example
Text Example
White with #315385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315385; }
p { color: rgb(49,83,133); }
H1.HeaderClassName
{
color: #315385;
}
.AnyTagClassName
{
color: #315385;
}
</style>
background-color css
<style>
a { background-color: #315385; }
a { background-color: rgb(49,83,133); }
div.DivClassName
{
background-color: #315385;
}
.BgClassName
{
background-color: #315385;
}
</style>
border-color css
<style>
span { border-color: #315385; }
span { border-color: rgb(49,83,133); }
td.TdClassName
{
border-color: #315385;
}
.TagClassName
{
border-color: #315385;
}
</style>