Shades of Tory Blue #314292
Tints of Tory Blue #314292
RGB
CMYK
RGB Variations
Color information
#314292 (or 0x314292) is known color: Tory Blue. HEX triplet: 31, 42 and 92. RGB value is (49,66,146). Sum of RGB (Red+Green+Blue) = 49+66+146=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #314292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314292 is #CEBD6D. Grayscale: #454545. Windows color (decimal): -13548910 or 9585201. OLE color: 9585201.
HSL color Cylindrical-coordinate representation of color #314292: hue angle of 229.48º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314292 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 66 | 146 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.43 |
| HSL | 229.48º | 0.5% | 0.38% | - |
| HSV(B) | 229.48º | 0.66% | 0.57% | - |
| XYZ | 8.4 | 6.62 | 28.03 | - |
| YUV | 70.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 146 | 0.66 | 0.55 | 0 | 0.43 | 229.48 | 0.5 | 0.38 |
| Hex | 31 | 42 | 92 | 42 | 37 | 0 | 2B | E5 | 32 | 26 |
| Octal | 61 | 102 | 222 | 102 | 67 | 0 | 53 | 345 | 62 | 46 |
| Binary | 110001 | 1000010 | 10010010 | 1000010 | 110111 | 0 | 101011 | 11100101 | 110010 | 100110 |
Color Harmonies of #314292
Complementary color
Monochromatic Colors of #314292
Black with #314292
Text Example
Text Example
White with #314292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314292; }
p { color: rgb(49,66,146); }
H1.HeaderClassName
{
color: #314292;
}
.AnyTagClassName
{
color: #314292;
}
</style>
background-color css
<style>
a { background-color: #314292; }
a { background-color: rgb(49,66,146); }
div.DivClassName
{
background-color: #314292;
}
.BgClassName
{
background-color: #314292;
}
</style>
border-color css
<style>
span { border-color: #314292; }
span { border-color: rgb(49,66,146); }
td.TdClassName
{
border-color: #314292;
}
.TagClassName
{
border-color: #314292;
}
</style>