Shades of Tory Blue #31469B
Tints of Tory Blue #31469B
RGB
CMYK
RGB Variations
Color information
#31469B (or 0x31469B) is known color: Tory Blue. HEX triplet: 31, 46 and 9B. RGB value is (49,70,155). Sum of RGB (Red+Green+Blue) = 49+70+155=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #31469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31469B is #CEB964. Grayscale: #494949. Windows color (decimal): -13547877 or 10176049. OLE color: 10176049.
HSL color Cylindrical-coordinate representation of color #31469B: hue angle of 228.11º 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 #31469B is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 70 | 155 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.39 |
| HSL | 228.11º | 0.52% | 0.4% | - |
| HSV(B) | 228.11º | 0.68% | 0.61% | - |
| XYZ | 9.37 | 7.4 | 31.94 | - |
| YUV | 73.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 155 | 0.68 | 0.55 | 0 | 0.39 | 228.11 | 0.52 | 0.4 |
| Hex | 31 | 46 | 9B | 44 | 37 | 0 | 27 | E4 | 34 | 28 |
| Octal | 61 | 106 | 233 | 104 | 67 | 0 | 47 | 344 | 64 | 50 |
| Binary | 110001 | 1000110 | 10011011 | 1000100 | 110111 | 0 | 100111 | 11100100 | 110100 | 101000 |
Color Harmonies of #31469B
Complementary color
Monochromatic Colors of #31469B
Black with #31469B
Text Example
Text Example
White with #31469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31469B; }
p { color: rgb(49,70,155); }
H1.HeaderClassName
{
color: #31469B;
}
.AnyTagClassName
{
color: #31469B;
}
</style>
background-color css
<style>
a { background-color: #31469B; }
a { background-color: rgb(49,70,155); }
div.DivClassName
{
background-color: #31469B;
}
.BgClassName
{
background-color: #31469B;
}
</style>
border-color css
<style>
span { border-color: #31469B; }
span { border-color: rgb(49,70,155); }
td.TdClassName
{
border-color: #31469B;
}
.TagClassName
{
border-color: #31469B;
}
</style>