Shades of Tory Blue #31458D
Tints of Tory Blue #31458D
RGB
CMYK
RGB Variations
Color information
#31458D (or 0x31458D) is known color: Tory Blue. HEX triplet: 31, 45 and 8D. RGB value is (49,69,141). Sum of RGB (Red+Green+Blue) = 49+69+141=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #31458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31458D is #CEBA72. Grayscale: #464646. Windows color (decimal): -13548147 or 9258289. OLE color: 9258289.
HSL color Cylindrical-coordinate representation of color #31458D: hue angle of 226.96º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31458D is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 69 | 141 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.45 |
| HSL | 226.96º | 0.48% | 0.37% | - |
| HSV(B) | 226.96º | 0.65% | 0.55% | - |
| XYZ | 8.2 | 6.83 | 26.09 | - |
| YUV | 71.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 141 | 0.65 | 0.51 | 0 | 0.45 | 226.96 | 0.48 | 0.37 |
| Hex | 31 | 45 | 8D | 41 | 33 | 0 | 2D | E3 | 30 | 25 |
| Octal | 61 | 105 | 215 | 101 | 63 | 0 | 55 | 343 | 60 | 45 |
| Binary | 110001 | 1000101 | 10001101 | 1000001 | 110011 | 0 | 101101 | 11100011 | 110000 | 100101 |
Color Harmonies of #31458D
Complementary color
Monochromatic Colors of #31458D
Black with #31458D
Text Example
Text Example
White with #31458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31458D; }
p { color: rgb(49,69,141); }
H1.HeaderClassName
{
color: #31458D;
}
.AnyTagClassName
{
color: #31458D;
}
</style>
background-color css
<style>
a { background-color: #31458D; }
a { background-color: rgb(49,69,141); }
div.DivClassName
{
background-color: #31458D;
}
.BgClassName
{
background-color: #31458D;
}
</style>
border-color css
<style>
span { border-color: #31458D; }
span { border-color: rgb(49,69,141); }
td.TdClassName
{
border-color: #31458D;
}
.TagClassName
{
border-color: #31458D;
}
</style>