Shades of Tory Blue #314699
Tints of Tory Blue #314699
RGB
CMYK
RGB Variations
Color information
#314699 (or 0x314699) is known color: Tory Blue. HEX triplet: 31, 46 and 99. RGB value is (49,70,153). Sum of RGB (Red+Green+Blue) = 49+70+153=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #314699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314699 is #CEB966. Grayscale: #484848. Windows color (decimal): -13547879 or 10044977. OLE color: 10044977.
HSL color Cylindrical-coordinate representation of color #314699: hue angle of 227.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314699 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 70 | 153 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.4 |
| HSL | 227.88º | 0.51% | 0.4% | - |
| HSV(B) | 227.88º | 0.68% | 0.6% | - |
| XYZ | 9.21 | 7.33 | 31.07 | - |
| YUV | 73.18 | 173.04 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 153 | 0.68 | 0.54 | 0 | 0.4 | 227.88 | 0.51 | 0.4 |
| Hex | 31 | 46 | 99 | 44 | 36 | 0 | 28 | E4 | 33 | 28 |
| Octal | 61 | 106 | 231 | 104 | 66 | 0 | 50 | 344 | 63 | 50 |
| Binary | 110001 | 1000110 | 10011001 | 1000100 | 110110 | 0 | 101000 | 11100100 | 110011 | 101000 |
Color Harmonies of #314699
Complementary color
Monochromatic Colors of #314699
Black with #314699
Text Example
Text Example
White with #314699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314699; }
p { color: rgb(49,70,153); }
H1.HeaderClassName
{
color: #314699;
}
.AnyTagClassName
{
color: #314699;
}
</style>
background-color css
<style>
a { background-color: #314699; }
a { background-color: rgb(49,70,153); }
div.DivClassName
{
background-color: #314699;
}
.BgClassName
{
background-color: #314699;
}
</style>
border-color css
<style>
span { border-color: #314699; }
span { border-color: rgb(49,70,153); }
td.TdClassName
{
border-color: #314699;
}
.TagClassName
{
border-color: #314699;
}
</style>