Shades of Tory Blue #314694
Tints of Tory Blue #314694
RGB
CMYK
RGB Variations
Color information
#314694 (or 0x314694) is known color: Tory Blue. HEX triplet: 31, 46 and 94. RGB value is (49,70,148). Sum of RGB (Red+Green+Blue) = 49+70+148=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #314694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314694 is #CEB96B. Grayscale: #484848. Windows color (decimal): -13547884 or 9717297. OLE color: 9717297.
HSL color Cylindrical-coordinate representation of color #314694: hue angle of 227.27º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314694 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 70 | 148 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.42 |
| HSL | 227.27º | 0.5% | 0.39% | - |
| HSV(B) | 227.27º | 0.67% | 0.58% | - |
| XYZ | 8.8 | 7.17 | 28.94 | - |
| YUV | 72.61 | 170.54 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 148 | 0.67 | 0.53 | 0 | 0.42 | 227.27 | 0.5 | 0.39 |
| Hex | 31 | 46 | 94 | 43 | 35 | 0 | 2A | E3 | 32 | 27 |
| Octal | 61 | 106 | 224 | 103 | 65 | 0 | 52 | 343 | 62 | 47 |
| Binary | 110001 | 1000110 | 10010100 | 1000011 | 110101 | 0 | 101010 | 11100011 | 110010 | 100111 |
Color Harmonies of #314694
Complementary color
Monochromatic Colors of #314694
Black with #314694
Text Example
Text Example
White with #314694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314694; }
p { color: rgb(49,70,148); }
H1.HeaderClassName
{
color: #314694;
}
.AnyTagClassName
{
color: #314694;
}
</style>
background-color css
<style>
a { background-color: #314694; }
a { background-color: rgb(49,70,148); }
div.DivClassName
{
background-color: #314694;
}
.BgClassName
{
background-color: #314694;
}
</style>
border-color css
<style>
span { border-color: #314694; }
span { border-color: rgb(49,70,148); }
td.TdClassName
{
border-color: #314694;
}
.TagClassName
{
border-color: #314694;
}
</style>