Shades of Tory Blue #313DA0
Tints of Tory Blue #313DA0
RGB
CMYK
RGB Variations
Color information
#313DA0 (or 0x313DA0) is known color: Tory Blue. HEX triplet: 31, 3D and A0. RGB value is (49,61,160). Sum of RGB (Red+Green+Blue) = 49+61+160=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #313DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313DA0 is #CEC25F. Grayscale: #444444. Windows color (decimal): -13550176 or 10501425. OLE color: 10501425.
HSL color Cylindrical-coordinate representation of color #313DA0: hue angle of 233.51º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #313DA0 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 61 | 160 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.37 |
| HSL | 233.51º | 0.53% | 0.41% | - |
| HSV(B) | 233.51º | 0.69% | 0.63% | - |
| XYZ | 9.28 | 6.53 | 34.03 | - |
| YUV | 68.7 | 179.52 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 160 | 0.69 | 0.62 | 0 | 0.37 | 233.51 | 0.53 | 0.41 |
| Hex | 31 | 3D | A0 | 45 | 3E | 0 | 25 | EA | 35 | 29 |
| Octal | 61 | 75 | 240 | 105 | 76 | 0 | 45 | 352 | 65 | 51 |
| Binary | 110001 | 111101 | 10100000 | 1000101 | 111110 | 0 | 100101 | 11101010 | 110101 | 101001 |
Color Harmonies of #313DA0
Complementary color
Monochromatic Colors of #313DA0
Black with #313DA0
Text Example
Text Example
White with #313DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DA0; }
p { color: rgb(49,61,160); }
H1.HeaderClassName
{
color: #313DA0;
}
.AnyTagClassName
{
color: #313DA0;
}
</style>
background-color css
<style>
a { background-color: #313DA0; }
a { background-color: rgb(49,61,160); }
div.DivClassName
{
background-color: #313DA0;
}
.BgClassName
{
background-color: #313DA0;
}
</style>
border-color css
<style>
span { border-color: #313DA0; }
span { border-color: rgb(49,61,160); }
td.TdClassName
{
border-color: #313DA0;
}
.TagClassName
{
border-color: #313DA0;
}
</style>