Shades of Tory Blue #313F8D
Tints of Tory Blue #313F8D
RGB
CMYK
RGB Variations
Color information
#313F8D (or 0x313F8D) is known color: Tory Blue. HEX triplet: 31, 3F and 8D. RGB value is (49,63,141). Sum of RGB (Red+Green+Blue) = 49+63+141=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #313F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F8D is #CEC072. Grayscale: #434343. Windows color (decimal): -13549683 or 9256753. OLE color: 9256753.
HSL color Cylindrical-coordinate representation of color #313F8D: hue angle of 230.87º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #313F8D is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 63 | 141 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.45 |
| HSL | 230.87º | 0.48% | 0.37% | - |
| HSV(B) | 230.87º | 0.65% | 0.55% | - |
| XYZ | 7.85 | 6.13 | 25.97 | - |
| YUV | 67.71 | 169.36 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 141 | 0.65 | 0.55 | 0 | 0.45 | 230.87 | 0.48 | 0.37 |
| Hex | 31 | 3F | 8D | 41 | 37 | 0 | 2D | E7 | 30 | 25 |
| Octal | 61 | 77 | 215 | 101 | 67 | 0 | 55 | 347 | 60 | 45 |
| Binary | 110001 | 111111 | 10001101 | 1000001 | 110111 | 0 | 101101 | 11100111 | 110000 | 100101 |
Color Harmonies of #313F8D
Complementary color
Monochromatic Colors of #313F8D
Black with #313F8D
Text Example
Text Example
White with #313F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F8D; }
p { color: rgb(49,63,141); }
H1.HeaderClassName
{
color: #313F8D;
}
.AnyTagClassName
{
color: #313F8D;
}
</style>
background-color css
<style>
a { background-color: #313F8D; }
a { background-color: rgb(49,63,141); }
div.DivClassName
{
background-color: #313F8D;
}
.BgClassName
{
background-color: #313F8D;
}
</style>
border-color css
<style>
span { border-color: #313F8D; }
span { border-color: rgb(49,63,141); }
td.TdClassName
{
border-color: #313F8D;
}
.TagClassName
{
border-color: #313F8D;
}
</style>