Shades of Tory Blue #314986
Tints of Tory Blue #314986
RGB
CMYK
RGB Variations
Color information
#314986 (or 0x314986) is known color: Tory Blue. HEX triplet: 31, 49 and 86. RGB value is (49,73,134). Sum of RGB (Red+Green+Blue) = 49+73+134=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #314986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314986 is #CEB679. Grayscale: #484848. Windows color (decimal): -13547130 or 8800561. OLE color: 8800561.
HSL color Cylindrical-coordinate representation of color #314986: hue angle of 223.06º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314986 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 73 | 134 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.47 |
| HSL | 223.06º | 0.46% | 0.36% | - |
| HSV(B) | 223.06º | 0.63% | 0.53% | - |
| XYZ | 7.95 | 7.14 | 23.51 | - |
| YUV | 72.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 134 | 0.63 | 0.46 | 0 | 0.47 | 223.06 | 0.46 | 0.36 |
| Hex | 31 | 49 | 86 | 3F | 2E | 0 | 2F | DF | 2E | 24 |
| Octal | 61 | 111 | 206 | 77 | 56 | 0 | 57 | 337 | 56 | 44 |
| Binary | 110001 | 1001001 | 10000110 | 111111 | 101110 | 0 | 101111 | 11011111 | 101110 | 100100 |
Color Harmonies of #314986
Complementary color
Monochromatic Colors of #314986
Black with #314986
Text Example
Text Example
White with #314986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314986; }
p { color: rgb(49,73,134); }
H1.HeaderClassName
{
color: #314986;
}
.AnyTagClassName
{
color: #314986;
}
</style>
background-color css
<style>
a { background-color: #314986; }
a { background-color: rgb(49,73,134); }
div.DivClassName
{
background-color: #314986;
}
.BgClassName
{
background-color: #314986;
}
</style>
border-color css
<style>
span { border-color: #314986; }
span { border-color: rgb(49,73,134); }
td.TdClassName
{
border-color: #314986;
}
.TagClassName
{
border-color: #314986;
}
</style>