Shades of Tory Blue #314FA2
Tints of Tory Blue #314FA2
RGB
CMYK
RGB Variations
Color information
#314FA2 (or 0x314FA2) is known color: Tory Blue. HEX triplet: 31, 4F and A2. RGB value is (49,79,162). Sum of RGB (Red+Green+Blue) = 49+79+162=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #314FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314FA2 is #CEB05D. Grayscale: #4F4F4F. Windows color (decimal): -13545566 or 10637105. OLE color: 10637105.
HSL color Cylindrical-coordinate representation of color #314FA2: hue angle of 224.07º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314FA2 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 79 | 162 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.36 |
| HSL | 224.07º | 0.54% | 0.41% | - |
| HSV(B) | 224.07º | 0.7% | 0.64% | - |
| XYZ | 10.58 | 8.85 | 35.33 | - |
| YUV | 79.49 | 174.56 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 79 | 162 | 0.70 | 0.51 | 0 | 0.36 | 224.07 | 0.54 | 0.41 |
| Hex | 31 | 4F | A2 | 46 | 33 | 0 | 24 | E0 | 36 | 29 |
| Octal | 61 | 117 | 242 | 106 | 63 | 0 | 44 | 340 | 66 | 51 |
| Binary | 110001 | 1001111 | 10100010 | 1000110 | 110011 | 0 | 100100 | 11100000 | 110110 | 101001 |
Color Harmonies of #314FA2
Complementary color
Monochromatic Colors of #314FA2
Black with #314FA2
Text Example
Text Example
White with #314FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314FA2; }
p { color: rgb(49,79,162); }
H1.HeaderClassName
{
color: #314FA2;
}
.AnyTagClassName
{
color: #314FA2;
}
</style>
background-color css
<style>
a { background-color: #314FA2; }
a { background-color: rgb(49,79,162); }
div.DivClassName
{
background-color: #314FA2;
}
.BgClassName
{
background-color: #314FA2;
}
</style>
border-color css
<style>
span { border-color: #314FA2; }
span { border-color: rgb(49,79,162); }
td.TdClassName
{
border-color: #314FA2;
}
.TagClassName
{
border-color: #314FA2;
}
</style>