Shades of Tory Blue #31539A
Tints of Tory Blue #31539A
RGB
CMYK
RGB Variations
Color information
#31539A (or 0x31539A) is known color: Tory Blue. HEX triplet: 31, 53 and 9A. RGB value is (49,83,154). Sum of RGB (Red+Green+Blue) = 49+83+154=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #31539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31539A is #CEAC65. Grayscale: #505050. Windows color (decimal): -13544550 or 10113841. OLE color: 10113841.
HSL color Cylindrical-coordinate representation of color #31539A: hue angle of 220.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31539A is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 83 | 154 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.40 |
| HSL | 220.57º | 0.52% | 0.4% | - |
| HSV(B) | 220.57º | 0.68% | 0.6% | - |
| XYZ | 10.19 | 9.17 | 31.81 | - |
| YUV | 80.93 | 169.24 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 154 | 0.68 | 0.46 | 0 | 0.40 | 220.57 | 0.52 | 0.4 |
| Hex | 31 | 53 | 9A | 44 | 2E | 0 | 28 | DD | 34 | 28 |
| Octal | 61 | 123 | 232 | 104 | 56 | 0 | 50 | 335 | 64 | 50 |
| Binary | 110001 | 1010011 | 10011010 | 1000100 | 101110 | 0 | 101000 | 11011101 | 110100 | 101000 |
Color Harmonies of #31539A
Complementary color
Monochromatic Colors of #31539A
Black with #31539A
Text Example
Text Example
White with #31539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31539A; }
p { color: rgb(49,83,154); }
H1.HeaderClassName
{
color: #31539A;
}
.AnyTagClassName
{
color: #31539A;
}
</style>
background-color css
<style>
a { background-color: #31539A; }
a { background-color: rgb(49,83,154); }
div.DivClassName
{
background-color: #31539A;
}
.BgClassName
{
background-color: #31539A;
}
</style>
border-color css
<style>
span { border-color: #31539A; }
span { border-color: rgb(49,83,154); }
td.TdClassName
{
border-color: #31539A;
}
.TagClassName
{
border-color: #31539A;
}
</style>