Shades of Tory Blue #3150A1
Tints of Tory Blue #3150A1
RGB
CMYK
RGB Variations
Color information
#3150A1 (or 0x3150A1) is known color: Tory Blue. HEX triplet: 31, 50 and A1. RGB value is (49,80,161). Sum of RGB (Red+Green+Blue) = 49+80+161=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 161 (63.28% from 255 or 55.52% from 290); Max value from RGB is 161 - color contains mainly: blue. Hex color #3150A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3150A1 is #CEAF5E. Grayscale: #4F4F4F. Windows color (decimal): -13545311 or 10571825. OLE color: 10571825.
HSL color Cylindrical-coordinate representation of color #3150A1: hue angle of 223.39º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3150A1 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 80 | 161 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.37 |
| HSL | 223.39º | 0.53% | 0.41% | - |
| HSV(B) | 223.39º | 0.7% | 0.63% | - |
| XYZ | 10.57 | 8.96 | 34.89 | - |
| YUV | 79.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 161 | 0.70 | 0.50 | 0 | 0.37 | 223.39 | 0.53 | 0.41 |
| Hex | 31 | 50 | A1 | 46 | 32 | 0 | 25 | DF | 35 | 29 |
| Octal | 61 | 120 | 241 | 106 | 62 | 0 | 45 | 337 | 65 | 51 |
| Binary | 110001 | 1010000 | 10100001 | 1000110 | 110010 | 0 | 100101 | 11011111 | 110101 | 101001 |
Color Harmonies of #3150A1
Complementary color
Monochromatic Colors of #3150A1
Black with #3150A1
Text Example
Text Example
White with #3150A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3150A1; }
p { color: rgb(49,80,161); }
H1.HeaderClassName
{
color: #3150A1;
}
.AnyTagClassName
{
color: #3150A1;
}
</style>
background-color css
<style>
a { background-color: #3150A1; }
a { background-color: rgb(49,80,161); }
div.DivClassName
{
background-color: #3150A1;
}
.BgClassName
{
background-color: #3150A1;
}
</style>
border-color css
<style>
span { border-color: #3150A1; }
span { border-color: rgb(49,80,161); }
td.TdClassName
{
border-color: #3150A1;
}
.TagClassName
{
border-color: #3150A1;
}
</style>