Shades of Tory Blue #3151A0
Tints of Tory Blue #3151A0
RGB
CMYK
RGB Variations
Color information
#3151A0 (or 0x3151A0) is known color: Tory Blue. HEX triplet: 31, 51 and A0. RGB value is (49,81,160). Sum of RGB (Red+Green+Blue) = 49+81+160=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #3151A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3151A0 is #CEAE5F. Grayscale: #505050. Windows color (decimal): -13545056 or 10506545. OLE color: 10506545.
HSL color Cylindrical-coordinate representation of color #3151A0: hue angle of 222.7º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3151A0 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 81 | 160 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.37 |
| HSL | 222.7º | 0.53% | 0.41% | - |
| HSV(B) | 222.7º | 0.69% | 0.63% | - |
| XYZ | 10.55 | 9.08 | 34.45 | - |
| YUV | 80.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 160 | 0.69 | 0.49 | 0 | 0.37 | 222.7 | 0.53 | 0.41 |
| Hex | 31 | 51 | A0 | 45 | 31 | 0 | 25 | DF | 35 | 29 |
| Octal | 61 | 121 | 240 | 105 | 61 | 0 | 45 | 337 | 65 | 51 |
| Binary | 110001 | 1010001 | 10100000 | 1000101 | 110001 | 0 | 100101 | 11011111 | 110101 | 101001 |
Color Harmonies of #3151A0
Complementary color
Monochromatic Colors of #3151A0
Black with #3151A0
Text Example
Text Example
White with #3151A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3151A0; }
p { color: rgb(49,81,160); }
H1.HeaderClassName
{
color: #3151A0;
}
.AnyTagClassName
{
color: #3151A0;
}
</style>
background-color css
<style>
a { background-color: #3151A0; }
a { background-color: rgb(49,81,160); }
div.DivClassName
{
background-color: #3151A0;
}
.BgClassName
{
background-color: #3151A0;
}
</style>
border-color css
<style>
span { border-color: #3151A0; }
span { border-color: rgb(49,81,160); }
td.TdClassName
{
border-color: #3151A0;
}
.TagClassName
{
border-color: #3151A0;
}
</style>