Shades of Tory Blue #31489E
Tints of Tory Blue #31489E
RGB
CMYK
RGB Variations
Color information
#31489E (or 0x31489E) is known color: Tory Blue. HEX triplet: 31, 48 and 9E. RGB value is (49,72,158). Sum of RGB (Red+Green+Blue) = 49+72+158=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #31489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31489E is #CEB761. Grayscale: #4A4A4A. Windows color (decimal): -13547362 or 10373169. OLE color: 10373169.
HSL color Cylindrical-coordinate representation of color #31489E: hue angle of 227.34º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31489E is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 72 | 158 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.38 |
| HSL | 227.34º | 0.53% | 0.41% | - |
| HSV(B) | 227.34º | 0.69% | 0.62% | - |
| XYZ | 9.76 | 7.76 | 33.33 | - |
| YUV | 74.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 158 | 0.69 | 0.54 | 0 | 0.38 | 227.34 | 0.53 | 0.41 |
| Hex | 31 | 48 | 9E | 45 | 36 | 0 | 26 | E3 | 35 | 29 |
| Octal | 61 | 110 | 236 | 105 | 66 | 0 | 46 | 343 | 65 | 51 |
| Binary | 110001 | 1001000 | 10011110 | 1000101 | 110110 | 0 | 100110 | 11100011 | 110101 | 101001 |
Color Harmonies of #31489E
Complementary color
Monochromatic Colors of #31489E
Black with #31489E
Text Example
Text Example
White with #31489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31489E; }
p { color: rgb(49,72,158); }
H1.HeaderClassName
{
color: #31489E;
}
.AnyTagClassName
{
color: #31489E;
}
</style>
background-color css
<style>
a { background-color: #31489E; }
a { background-color: rgb(49,72,158); }
div.DivClassName
{
background-color: #31489E;
}
.BgClassName
{
background-color: #31489E;
}
</style>
border-color css
<style>
span { border-color: #31489E; }
span { border-color: rgb(49,72,158); }
td.TdClassName
{
border-color: #31489E;
}
.TagClassName
{
border-color: #31489E;
}
</style>