Shades of Tory Blue #313D93
Tints of Tory Blue #313D93
RGB
CMYK
RGB Variations
Color information
#313D93 (or 0x313D93) is known color: Tory Blue. HEX triplet: 31, 3D and 93. RGB value is (49,61,147). Sum of RGB (Red+Green+Blue) = 49+61+147=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #313D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D93 is #CEC26C. Grayscale: #424242. Windows color (decimal): -13550189 or 9649457. OLE color: 9649457.
HSL color Cylindrical-coordinate representation of color #313D93: hue angle of 232.65º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #313D93 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 61 | 147 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.42 |
| HSL | 232.65º | 0.5% | 0.38% | - |
| HSV(B) | 232.65º | 0.67% | 0.58% | - |
| XYZ | 8.2 | 6.1 | 28.35 | - |
| YUV | 67.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 147 | 0.67 | 0.59 | 0 | 0.42 | 232.65 | 0.5 | 0.38 |
| Hex | 31 | 3D | 93 | 43 | 3B | 0 | 2A | E9 | 32 | 26 |
| Octal | 61 | 75 | 223 | 103 | 73 | 0 | 52 | 351 | 62 | 46 |
| Binary | 110001 | 111101 | 10010011 | 1000011 | 111011 | 0 | 101010 | 11101001 | 110010 | 100110 |
Color Harmonies of #313D93
Complementary color
Monochromatic Colors of #313D93
Black with #313D93
Text Example
Text Example
White with #313D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D93; }
p { color: rgb(49,61,147); }
H1.HeaderClassName
{
color: #313D93;
}
.AnyTagClassName
{
color: #313D93;
}
</style>
background-color css
<style>
a { background-color: #313D93; }
a { background-color: rgb(49,61,147); }
div.DivClassName
{
background-color: #313D93;
}
.BgClassName
{
background-color: #313D93;
}
</style>
border-color css
<style>
span { border-color: #313D93; }
span { border-color: rgb(49,61,147); }
td.TdClassName
{
border-color: #313D93;
}
.TagClassName
{
border-color: #313D93;
}
</style>