Shades of Tory Blue #313F8E
Tints of Tory Blue #313F8E
RGB
CMYK
RGB Variations
Color information
#313F8E (or 0x313F8E) is known color: Tory Blue. HEX triplet: 31, 3F and 8E. RGB value is (49,63,142). Sum of RGB (Red+Green+Blue) = 49+63+142=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #313F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F8E is #CEC071. Grayscale: #434343. Windows color (decimal): -13549682 or 9322289. OLE color: 9322289.
HSL color Cylindrical-coordinate representation of color #313F8E: hue angle of 230.97º 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 #313F8E is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 63 | 142 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.44 |
| HSL | 230.97º | 0.49% | 0.37% | - |
| HSV(B) | 230.97º | 0.65% | 0.56% | - |
| XYZ | 7.93 | 6.16 | 26.36 | - |
| YUV | 67.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 142 | 0.65 | 0.56 | 0 | 0.44 | 230.97 | 0.49 | 0.37 |
| Hex | 31 | 3F | 8E | 41 | 38 | 0 | 2C | E7 | 31 | 25 |
| Octal | 61 | 77 | 216 | 101 | 70 | 0 | 54 | 347 | 61 | 45 |
| Binary | 110001 | 111111 | 10001110 | 1000001 | 111000 | 0 | 101100 | 11100111 | 110001 | 100101 |
Color Harmonies of #313F8E
Complementary color
Monochromatic Colors of #313F8E
Black with #313F8E
Text Example
Text Example
White with #313F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F8E; }
p { color: rgb(49,63,142); }
H1.HeaderClassName
{
color: #313F8E;
}
.AnyTagClassName
{
color: #313F8E;
}
</style>
background-color css
<style>
a { background-color: #313F8E; }
a { background-color: rgb(49,63,142); }
div.DivClassName
{
background-color: #313F8E;
}
.BgClassName
{
background-color: #313F8E;
}
</style>
border-color css
<style>
span { border-color: #313F8E; }
span { border-color: rgb(49,63,142); }
td.TdClassName
{
border-color: #313F8E;
}
.TagClassName
{
border-color: #313F8E;
}
</style>