Shades of Tory Blue #314682
Tints of Tory Blue #314682
RGB
CMYK
RGB Variations
Color information
#314682 (or 0x314682) is known color: Tory Blue. HEX triplet: 31, 46 and 82. RGB value is (49,70,130). Sum of RGB (Red+Green+Blue) = 49+70+130=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #314682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314682 is #CEB97D. Grayscale: #464646. Windows color (decimal): -13547902 or 8537649. OLE color: 8537649.
HSL color Cylindrical-coordinate representation of color #314682: hue angle of 224.44º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314682 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 70 | 130 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.49 |
| HSL | 224.44º | 0.45% | 0.35% | - |
| HSV(B) | 224.44º | 0.62% | 0.51% | - |
| XYZ | 7.49 | 6.64 | 22.01 | - |
| YUV | 70.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 130 | 0.62 | 0.46 | 0 | 0.49 | 224.44 | 0.45 | 0.35 |
| Hex | 31 | 46 | 82 | 3E | 2E | 0 | 31 | E0 | 2D | 23 |
| Octal | 61 | 106 | 202 | 76 | 56 | 0 | 61 | 340 | 55 | 43 |
| Binary | 110001 | 1000110 | 10000010 | 111110 | 101110 | 0 | 110001 | 11100000 | 101101 | 100011 |
Color Harmonies of #314682
Complementary color
Monochromatic Colors of #314682
Black with #314682
Text Example
Text Example
White with #314682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314682; }
p { color: rgb(49,70,130); }
H1.HeaderClassName
{
color: #314682;
}
.AnyTagClassName
{
color: #314682;
}
</style>
background-color css
<style>
a { background-color: #314682; }
a { background-color: rgb(49,70,130); }
div.DivClassName
{
background-color: #314682;
}
.BgClassName
{
background-color: #314682;
}
</style>
border-color css
<style>
span { border-color: #314682; }
span { border-color: rgb(49,70,130); }
td.TdClassName
{
border-color: #314682;
}
.TagClassName
{
border-color: #314682;
}
</style>