Shades of Tory Blue #31479B
Tints of Tory Blue #31479B
RGB
CMYK
RGB Variations
Color information
#31479B (or 0x31479B) is known color: Tory Blue. HEX triplet: 31, 47 and 9B. RGB value is (49,71,155). Sum of RGB (Red+Green+Blue) = 49+71+155=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #31479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31479B is #CEB864. Grayscale: #494949. Windows color (decimal): -13547621 or 10176305. OLE color: 10176305.
HSL color Cylindrical-coordinate representation of color #31479B: hue angle of 227.55º 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 #31479B is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 71 | 155 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.39 |
| HSL | 227.55º | 0.52% | 0.4% | - |
| HSV(B) | 227.55º | 0.68% | 0.61% | - |
| XYZ | 9.44 | 7.53 | 31.97 | - |
| YUV | 74 | 173.71 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 155 | 0.68 | 0.54 | 0 | 0.39 | 227.55 | 0.52 | 0.4 |
| Hex | 31 | 47 | 9B | 44 | 36 | 0 | 27 | E4 | 34 | 28 |
| Octal | 61 | 107 | 233 | 104 | 66 | 0 | 47 | 344 | 64 | 50 |
| Binary | 110001 | 1000111 | 10011011 | 1000100 | 110110 | 0 | 100111 | 11100100 | 110100 | 101000 |
Color Harmonies of #31479B
Complementary color
Monochromatic Colors of #31479B
Black with #31479B
Text Example
Text Example
White with #31479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31479B; }
p { color: rgb(49,71,155); }
H1.HeaderClassName
{
color: #31479B;
}
.AnyTagClassName
{
color: #31479B;
}
</style>
background-color css
<style>
a { background-color: #31479B; }
a { background-color: rgb(49,71,155); }
div.DivClassName
{
background-color: #31479B;
}
.BgClassName
{
background-color: #31479B;
}
</style>
border-color css
<style>
span { border-color: #31479B; }
span { border-color: rgb(49,71,155); }
td.TdClassName
{
border-color: #31479B;
}
.TagClassName
{
border-color: #31479B;
}
</style>