Shades of Tory Blue #313E91
Tints of Tory Blue #313E91
RGB
CMYK
RGB Variations
Color information
#313E91 (or 0x313E91) is known color: Tory Blue. HEX triplet: 31, 3E and 91. RGB value is (49,62,145). Sum of RGB (Red+Green+Blue) = 49+62+145=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #313E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E91 is #CEC16E. Grayscale: #434343. Windows color (decimal): -13549935 or 9518641. OLE color: 9518641.
HSL color Cylindrical-coordinate representation of color #313E91: hue angle of 231.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313E91 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 62 | 145 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.43 |
| HSL | 231.88º | 0.49% | 0.38% | - |
| HSV(B) | 231.88º | 0.66% | 0.57% | - |
| XYZ | 8.1 | 6.14 | 27.55 | - |
| YUV | 67.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 145 | 0.66 | 0.57 | 0 | 0.43 | 231.88 | 0.49 | 0.38 |
| Hex | 31 | 3E | 91 | 42 | 39 | 0 | 2B | E8 | 31 | 26 |
| Octal | 61 | 76 | 221 | 102 | 71 | 0 | 53 | 350 | 61 | 46 |
| Binary | 110001 | 111110 | 10010001 | 1000010 | 111001 | 0 | 101011 | 11101000 | 110001 | 100110 |
Color Harmonies of #313E91
Complementary color
Monochromatic Colors of #313E91
Black with #313E91
Text Example
Text Example
White with #313E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E91; }
p { color: rgb(49,62,145); }
H1.HeaderClassName
{
color: #313E91;
}
.AnyTagClassName
{
color: #313E91;
}
</style>
background-color css
<style>
a { background-color: #313E91; }
a { background-color: rgb(49,62,145); }
div.DivClassName
{
background-color: #313E91;
}
.BgClassName
{
background-color: #313E91;
}
</style>
border-color css
<style>
span { border-color: #313E91; }
span { border-color: rgb(49,62,145); }
td.TdClassName
{
border-color: #313E91;
}
.TagClassName
{
border-color: #313E91;
}
</style>