Shades of Tory Blue #313F93
Tints of Tory Blue #313F93
RGB
CMYK
RGB Variations
Color information
#313F93 (or 0x313F93) is known color: Tory Blue. HEX triplet: 31, 3F and 93. RGB value is (49,63,147). Sum of RGB (Red+Green+Blue) = 49+63+147=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #313F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F93 is #CEC06C. Grayscale: #444444. Windows color (decimal): -13549677 or 9649969. OLE color: 9649969.
HSL color Cylindrical-coordinate representation of color #313F93: hue angle of 231.43º 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 #313F93 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 63 | 147 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.42 |
| HSL | 231.43º | 0.5% | 0.38% | - |
| HSV(B) | 231.43º | 0.67% | 0.58% | - |
| XYZ | 8.31 | 6.31 | 28.38 | - |
| YUV | 68.39 | 172.36 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 147 | 0.67 | 0.57 | 0 | 0.42 | 231.43 | 0.5 | 0.38 |
| Hex | 31 | 3F | 93 | 43 | 39 | 0 | 2A | E7 | 32 | 26 |
| Octal | 61 | 77 | 223 | 103 | 71 | 0 | 52 | 347 | 62 | 46 |
| Binary | 110001 | 111111 | 10010011 | 1000011 | 111001 | 0 | 101010 | 11100111 | 110010 | 100110 |
Color Harmonies of #313F93
Complementary color
Monochromatic Colors of #313F93
Black with #313F93
Text Example
Text Example
White with #313F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F93; }
p { color: rgb(49,63,147); }
H1.HeaderClassName
{
color: #313F93;
}
.AnyTagClassName
{
color: #313F93;
}
</style>
background-color css
<style>
a { background-color: #313F93; }
a { background-color: rgb(49,63,147); }
div.DivClassName
{
background-color: #313F93;
}
.BgClassName
{
background-color: #313F93;
}
</style>
border-color css
<style>
span { border-color: #313F93; }
span { border-color: rgb(49,63,147); }
td.TdClassName
{
border-color: #313F93;
}
.TagClassName
{
border-color: #313F93;
}
</style>