Shades of Tory Blue #31508F
Tints of Tory Blue #31508F
RGB
CMYK
RGB Variations
Color information
#31508F (or 0x31508F) is known color: Tory Blue. HEX triplet: 31, 50 and 8F. RGB value is (49,80,143). Sum of RGB (Red+Green+Blue) = 49+80+143=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #31508F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31508F is #CEAF70. Grayscale: #4D4D4D. Windows color (decimal): -13545329 or 9392177. OLE color: 9392177.
HSL color Cylindrical-coordinate representation of color #31508F: hue angle of 220.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31508F is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 80 | 143 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.44 |
| HSL | 220.21º | 0.49% | 0.38% | - |
| HSV(B) | 220.21º | 0.66% | 0.56% | - |
| XYZ | 9.09 | 8.37 | 27.12 | - |
| YUV | 77.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 143 | 0.66 | 0.44 | 0 | 0.44 | 220.21 | 0.49 | 0.38 |
| Hex | 31 | 50 | 8F | 42 | 2C | 0 | 2C | DC | 31 | 26 |
| Octal | 61 | 120 | 217 | 102 | 54 | 0 | 54 | 334 | 61 | 46 |
| Binary | 110001 | 1010000 | 10001111 | 1000010 | 101100 | 0 | 101100 | 11011100 | 110001 | 100110 |
Color Harmonies of #31508F
Complementary color
Monochromatic Colors of #31508F
Black with #31508F
Text Example
Text Example
White with #31508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31508F; }
p { color: rgb(49,80,143); }
H1.HeaderClassName
{
color: #31508F;
}
.AnyTagClassName
{
color: #31508F;
}
</style>
background-color css
<style>
a { background-color: #31508F; }
a { background-color: rgb(49,80,143); }
div.DivClassName
{
background-color: #31508F;
}
.BgClassName
{
background-color: #31508F;
}
</style>
border-color css
<style>
span { border-color: #31508F; }
span { border-color: rgb(49,80,143); }
td.TdClassName
{
border-color: #31508F;
}
.TagClassName
{
border-color: #31508F;
}
</style>