Shades of Tory Blue #31439E
Tints of Tory Blue #31439E
RGB
CMYK
RGB Variations
Color information
#31439E (or 0x31439E) is known color: Tory Blue. HEX triplet: 31, 43 and 9E. RGB value is (49,67,158). Sum of RGB (Red+Green+Blue) = 49+67+158=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #31439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31439E is #CEBC61. Grayscale: #474747. Windows color (decimal): -13548642 or 10371889. OLE color: 10371889.
HSL color Cylindrical-coordinate representation of color #31439E: hue angle of 230.09º 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 #31439E is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 67 | 158 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.38 |
| HSL | 230.09º | 0.53% | 0.41% | - |
| HSV(B) | 230.09º | 0.69% | 0.62% | - |
| XYZ | 9.45 | 7.14 | 33.23 | - |
| YUV | 71.99 | 176.54 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 158 | 0.69 | 0.58 | 0 | 0.38 | 230.09 | 0.53 | 0.41 |
| Hex | 31 | 43 | 9E | 45 | 3A | 0 | 26 | E6 | 35 | 29 |
| Octal | 61 | 103 | 236 | 105 | 72 | 0 | 46 | 346 | 65 | 51 |
| Binary | 110001 | 1000011 | 10011110 | 1000101 | 111010 | 0 | 100110 | 11100110 | 110101 | 101001 |
Color Harmonies of #31439E
Complementary color
Monochromatic Colors of #31439E
Black with #31439E
Text Example
Text Example
White with #31439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31439E; }
p { color: rgb(49,67,158); }
H1.HeaderClassName
{
color: #31439E;
}
.AnyTagClassName
{
color: #31439E;
}
</style>
background-color css
<style>
a { background-color: #31439E; }
a { background-color: rgb(49,67,158); }
div.DivClassName
{
background-color: #31439E;
}
.BgClassName
{
background-color: #31439E;
}
</style>
border-color css
<style>
span { border-color: #31439E; }
span { border-color: rgb(49,67,158); }
td.TdClassName
{
border-color: #31439E;
}
.TagClassName
{
border-color: #31439E;
}
</style>