Shades of Tory Blue #31409F
Tints of Tory Blue #31409F
RGB
CMYK
RGB Variations
Color information
#31409F (or 0x31409F) is known color: Tory Blue. HEX triplet: 31, 40 and 9F. RGB value is (49,64,159). Sum of RGB (Red+Green+Blue) = 49+64+159=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #31409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31409F is #CEBF60. Grayscale: #454545. Windows color (decimal): -13549409 or 10436657. OLE color: 10436657.
HSL color Cylindrical-coordinate representation of color #31409F: hue angle of 231.82º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31409F is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 64 | 159 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.38 |
| HSL | 231.82º | 0.53% | 0.41% | - |
| HSV(B) | 231.82º | 0.69% | 0.62% | - |
| XYZ | 9.36 | 6.82 | 33.62 | - |
| YUV | 70.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 159 | 0.69 | 0.60 | 0 | 0.38 | 231.82 | 0.53 | 0.41 |
| Hex | 31 | 40 | 9F | 45 | 3C | 0 | 26 | E8 | 35 | 29 |
| Octal | 61 | 100 | 237 | 105 | 74 | 0 | 46 | 350 | 65 | 51 |
| Binary | 110001 | 1000000 | 10011111 | 1000101 | 111100 | 0 | 100110 | 11101000 | 110101 | 101001 |
Color Harmonies of #31409F
Complementary color
Monochromatic Colors of #31409F
Black with #31409F
Text Example
Text Example
White with #31409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31409F; }
p { color: rgb(49,64,159); }
H1.HeaderClassName
{
color: #31409F;
}
.AnyTagClassName
{
color: #31409F;
}
</style>
background-color css
<style>
a { background-color: #31409F; }
a { background-color: rgb(49,64,159); }
div.DivClassName
{
background-color: #31409F;
}
.BgClassName
{
background-color: #31409F;
}
</style>
border-color css
<style>
span { border-color: #31409F; }
span { border-color: rgb(49,64,159); }
td.TdClassName
{
border-color: #31409F;
}
.TagClassName
{
border-color: #31409F;
}
</style>