Shades of Tory Blue #31408B
Tints of Tory Blue #31408B
RGB
CMYK
RGB Variations
Color information
#31408B (or 0x31408B) is known color: Tory Blue. HEX triplet: 31, 40 and 8B. RGB value is (49,64,139). Sum of RGB (Red+Green+Blue) = 49+64+139=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #31408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31408B is #CEBF74. Grayscale: #434343. Windows color (decimal): -13549429 or 9125937. OLE color: 9125937.
HSL color Cylindrical-coordinate representation of color #31408B: hue angle of 230º 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 #31408B is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 64 | 139 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.45 |
| HSL | 230º | 0.48% | 0.37% | - |
| HSV(B) | 230º | 0.65% | 0.55% | - |
| XYZ | 7.76 | 6.18 | 25.21 | - |
| YUV | 68.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 139 | 0.65 | 0.54 | 0 | 0.45 | 230 | 0.48 | 0.37 |
| Hex | 31 | 40 | 8B | 41 | 36 | 0 | 2D | E6 | 30 | 25 |
| Octal | 61 | 100 | 213 | 101 | 66 | 0 | 55 | 346 | 60 | 45 |
| Binary | 110001 | 1000000 | 10001011 | 1000001 | 110110 | 0 | 101101 | 11100110 | 110000 | 100101 |
Color Harmonies of #31408B
Complementary color
Monochromatic Colors of #31408B
Black with #31408B
Text Example
Text Example
White with #31408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31408B; }
p { color: rgb(49,64,139); }
H1.HeaderClassName
{
color: #31408B;
}
.AnyTagClassName
{
color: #31408B;
}
</style>
background-color css
<style>
a { background-color: #31408B; }
a { background-color: rgb(49,64,139); }
div.DivClassName
{
background-color: #31408B;
}
.BgClassName
{
background-color: #31408B;
}
</style>
border-color css
<style>
span { border-color: #31408B; }
span { border-color: rgb(49,64,139); }
td.TdClassName
{
border-color: #31408B;
}
.TagClassName
{
border-color: #31408B;
}
</style>