Shades of Tory Blue #314695
Tints of Tory Blue #314695
RGB
CMYK
RGB Variations
Color information
#314695 (or 0x314695) is known color: Tory Blue. HEX triplet: 31, 46 and 95. RGB value is (49,70,149). Sum of RGB (Red+Green+Blue) = 49+70+149=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #314695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314695 is #CEB96A. Grayscale: #484848. Windows color (decimal): -13547883 or 9782833. OLE color: 9782833.
HSL color Cylindrical-coordinate representation of color #314695: hue angle of 227.4º degrees, saturation: 0.51, 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 #314695 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 70 | 149 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.42 |
| HSL | 227.4º | 0.51% | 0.39% | - |
| HSV(B) | 227.4º | 0.67% | 0.58% | - |
| XYZ | 8.88 | 7.2 | 29.36 | - |
| YUV | 72.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 149 | 0.67 | 0.53 | 0 | 0.42 | 227.4 | 0.51 | 0.39 |
| Hex | 31 | 46 | 95 | 43 | 35 | 0 | 2A | E3 | 33 | 27 |
| Octal | 61 | 106 | 225 | 103 | 65 | 0 | 52 | 343 | 63 | 47 |
| Binary | 110001 | 1000110 | 10010101 | 1000011 | 110101 | 0 | 101010 | 11100011 | 110011 | 100111 |
Color Harmonies of #314695
Complementary color
Monochromatic Colors of #314695
Black with #314695
Text Example
Text Example
White with #314695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314695; }
p { color: rgb(49,70,149); }
H1.HeaderClassName
{
color: #314695;
}
.AnyTagClassName
{
color: #314695;
}
</style>
background-color css
<style>
a { background-color: #314695; }
a { background-color: rgb(49,70,149); }
div.DivClassName
{
background-color: #314695;
}
.BgClassName
{
background-color: #314695;
}
</style>
border-color css
<style>
span { border-color: #314695; }
span { border-color: rgb(49,70,149); }
td.TdClassName
{
border-color: #314695;
}
.TagClassName
{
border-color: #314695;
}
</style>