Shades of Tory Blue #31509D
Tints of Tory Blue #31509D
RGB
CMYK
RGB Variations
Color information
#31509D (or 0x31509D) is known color: Tory Blue. HEX triplet: 31, 50 and 9D. RGB value is (49,80,157). Sum of RGB (Red+Green+Blue) = 49+80+157=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #31509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31509D is #CEAF62. Grayscale: #4F4F4F. Windows color (decimal): -13545315 or 10309681. OLE color: 10309681.
HSL color Cylindrical-coordinate representation of color #31509D: hue angle of 222.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31509D is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 80 | 157 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.38 |
| HSL | 222.78º | 0.52% | 0.4% | - |
| HSV(B) | 222.78º | 0.69% | 0.62% | - |
| XYZ | 10.22 | 8.82 | 33.06 | - |
| YUV | 79.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 157 | 0.69 | 0.49 | 0 | 0.38 | 222.78 | 0.52 | 0.4 |
| Hex | 31 | 50 | 9D | 45 | 31 | 0 | 26 | DF | 34 | 28 |
| Octal | 61 | 120 | 235 | 105 | 61 | 0 | 46 | 337 | 64 | 50 |
| Binary | 110001 | 1010000 | 10011101 | 1000101 | 110001 | 0 | 100110 | 11011111 | 110100 | 101000 |
Color Harmonies of #31509D
Complementary color
Monochromatic Colors of #31509D
Black with #31509D
Text Example
Text Example
White with #31509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31509D; }
p { color: rgb(49,80,157); }
H1.HeaderClassName
{
color: #31509D;
}
.AnyTagClassName
{
color: #31509D;
}
</style>
background-color css
<style>
a { background-color: #31509D; }
a { background-color: rgb(49,80,157); }
div.DivClassName
{
background-color: #31509D;
}
.BgClassName
{
background-color: #31509D;
}
</style>
border-color css
<style>
span { border-color: #31509D; }
span { border-color: rgb(49,80,157); }
td.TdClassName
{
border-color: #31509D;
}
.TagClassName
{
border-color: #31509D;
}
</style>