Shades of Tory Blue #31518E
Tints of Tory Blue #31518E
RGB
CMYK
RGB Variations
Color information
#31518E (or 0x31518E) is known color: Tory Blue. HEX triplet: 31, 51 and 8E. RGB value is (49,81,142). Sum of RGB (Red+Green+Blue) = 49+81+142=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #31518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31518E is #CEAE71. Grayscale: #4E4E4E. Windows color (decimal): -13545074 or 9326897. OLE color: 9326897.
HSL color Cylindrical-coordinate representation of color #31518E: hue angle of 219.35º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31518E is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 81 | 142 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.44 |
| HSL | 219.35º | 0.49% | 0.37% | - |
| HSV(B) | 219.35º | 0.65% | 0.56% | - |
| XYZ | 9.09 | 8.49 | 26.75 | - |
| YUV | 78.39 | 163.9 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 142 | 0.65 | 0.43 | 0 | 0.44 | 219.35 | 0.49 | 0.37 |
| Hex | 31 | 51 | 8E | 41 | 2B | 0 | 2C | DB | 31 | 25 |
| Octal | 61 | 121 | 216 | 101 | 53 | 0 | 54 | 333 | 61 | 45 |
| Binary | 110001 | 1010001 | 10001110 | 1000001 | 101011 | 0 | 101100 | 11011011 | 110001 | 100101 |
Color Harmonies of #31518E
Complementary color
Monochromatic Colors of #31518E
Black with #31518E
Text Example
Text Example
White with #31518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31518E; }
p { color: rgb(49,81,142); }
H1.HeaderClassName
{
color: #31518E;
}
.AnyTagClassName
{
color: #31518E;
}
</style>
background-color css
<style>
a { background-color: #31518E; }
a { background-color: rgb(49,81,142); }
div.DivClassName
{
background-color: #31518E;
}
.BgClassName
{
background-color: #31518E;
}
</style>
border-color css
<style>
span { border-color: #31518E; }
span { border-color: rgb(49,81,142); }
td.TdClassName
{
border-color: #31518E;
}
.TagClassName
{
border-color: #31518E;
}
</style>