Shades of Tory Blue #314A86
Tints of Tory Blue #314A86
RGB
CMYK
RGB Variations
Color information
#314A86 (or 0x314A86) is known color: Tory Blue. HEX triplet: 31, 4A and 86. RGB value is (49,74,134). Sum of RGB (Red+Green+Blue) = 49+74+134=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #314A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314A86 is #CEB579. Grayscale: #494949. Windows color (decimal): -13546874 or 8800817. OLE color: 8800817.
HSL color Cylindrical-coordinate representation of color #314A86: hue angle of 222.35º 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 #314A86 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 74 | 134 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.47 |
| HSL | 222.35º | 0.46% | 0.36% | - |
| HSV(B) | 222.35º | 0.63% | 0.53% | - |
| XYZ | 8.02 | 7.27 | 23.54 | - |
| YUV | 73.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 134 | 0.63 | 0.45 | 0 | 0.47 | 222.35 | 0.46 | 0.36 |
| Hex | 31 | 4A | 86 | 3F | 2D | 0 | 2F | DE | 2E | 24 |
| Octal | 61 | 112 | 206 | 77 | 55 | 0 | 57 | 336 | 56 | 44 |
| Binary | 110001 | 1001010 | 10000110 | 111111 | 101101 | 0 | 101111 | 11011110 | 101110 | 100100 |
Color Harmonies of #314A86
Complementary color
Monochromatic Colors of #314A86
Black with #314A86
Text Example
Text Example
White with #314A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314A86; }
p { color: rgb(49,74,134); }
H1.HeaderClassName
{
color: #314A86;
}
.AnyTagClassName
{
color: #314A86;
}
</style>
background-color css
<style>
a { background-color: #314A86; }
a { background-color: rgb(49,74,134); }
div.DivClassName
{
background-color: #314A86;
}
.BgClassName
{
background-color: #314A86;
}
</style>
border-color css
<style>
span { border-color: #314A86; }
span { border-color: rgb(49,74,134); }
td.TdClassName
{
border-color: #314A86;
}
.TagClassName
{
border-color: #314A86;
}
</style>