Shades of Tory Blue #314A87
Tints of Tory Blue #314A87
RGB
CMYK
RGB Variations
Color information
#314A87 (or 0x314A87) is known color: Tory Blue. HEX triplet: 31, 4A and 87. RGB value is (49,74,135). Sum of RGB (Red+Green+Blue) = 49+74+135=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #314A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314A87 is #CEB578. Grayscale: #494949. Windows color (decimal): -13546873 or 8866353. OLE color: 8866353.
HSL color Cylindrical-coordinate representation of color #314A87: hue angle of 222.56º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #314A87 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 74 | 135 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.47 |
| HSL | 222.56º | 0.47% | 0.36% | - |
| HSV(B) | 222.56º | 0.64% | 0.53% | - |
| XYZ | 8.09 | 7.3 | 23.9 | - |
| YUV | 73.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 135 | 0.64 | 0.45 | 0 | 0.47 | 222.56 | 0.47 | 0.36 |
| Hex | 31 | 4A | 87 | 40 | 2D | 0 | 2F | DF | 2F | 24 |
| Octal | 61 | 112 | 207 | 100 | 55 | 0 | 57 | 337 | 57 | 44 |
| Binary | 110001 | 1001010 | 10000111 | 1000000 | 101101 | 0 | 101111 | 11011111 | 101111 | 100100 |
Color Harmonies of #314A87
Complementary color
Monochromatic Colors of #314A87
Black with #314A87
Text Example
Text Example
White with #314A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314A87; }
p { color: rgb(49,74,135); }
H1.HeaderClassName
{
color: #314A87;
}
.AnyTagClassName
{
color: #314A87;
}
</style>
background-color css
<style>
a { background-color: #314A87; }
a { background-color: rgb(49,74,135); }
div.DivClassName
{
background-color: #314A87;
}
.BgClassName
{
background-color: #314A87;
}
</style>
border-color css
<style>
span { border-color: #314A87; }
span { border-color: rgb(49,74,135); }
td.TdClassName
{
border-color: #314A87;
}
.TagClassName
{
border-color: #314A87;
}
</style>