Shades of Tory Blue #31409B
Tints of Tory Blue #31409B
RGB
CMYK
RGB Variations
Color information
#31409B (or 0x31409B) is known color: Tory Blue. HEX triplet: 31, 40 and 9B. RGB value is (49,64,155). Sum of RGB (Red+Green+Blue) = 49+64+155=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #31409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31409B is #CEBF64. Grayscale: #454545. Windows color (decimal): -13549413 or 10174513. OLE color: 10174513.
HSL color Cylindrical-coordinate representation of color #31409B: hue angle of 231.51º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31409B is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 64 | 155 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.39 |
| HSL | 231.51º | 0.52% | 0.4% | - |
| HSV(B) | 231.51º | 0.68% | 0.61% | - |
| XYZ | 9.02 | 6.69 | 31.83 | - |
| YUV | 69.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 155 | 0.68 | 0.59 | 0 | 0.39 | 231.51 | 0.52 | 0.4 |
| Hex | 31 | 40 | 9B | 44 | 3B | 0 | 27 | E8 | 34 | 28 |
| Octal | 61 | 100 | 233 | 104 | 73 | 0 | 47 | 350 | 64 | 50 |
| Binary | 110001 | 1000000 | 10011011 | 1000100 | 111011 | 0 | 100111 | 11101000 | 110100 | 101000 |
Color Harmonies of #31409B
Complementary color
Monochromatic Colors of #31409B
Black with #31409B
Text Example
Text Example
White with #31409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31409B; }
p { color: rgb(49,64,155); }
H1.HeaderClassName
{
color: #31409B;
}
.AnyTagClassName
{
color: #31409B;
}
</style>
background-color css
<style>
a { background-color: #31409B; }
a { background-color: rgb(49,64,155); }
div.DivClassName
{
background-color: #31409B;
}
.BgClassName
{
background-color: #31409B;
}
</style>
border-color css
<style>
span { border-color: #31409B; }
span { border-color: rgb(49,64,155); }
td.TdClassName
{
border-color: #31409B;
}
.TagClassName
{
border-color: #31409B;
}
</style>