Shades of Tory Blue #31549B
Tints of Tory Blue #31549B
RGB
CMYK
RGB Variations
Color information
#31549B (or 0x31549B) is known color: Tory Blue. HEX triplet: 31, 54 and 9B. RGB value is (49,84,155). Sum of RGB (Red+Green+Blue) = 49+84+155=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #31549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31549B is #CEAB64. Grayscale: #515151. Windows color (decimal): -13544293 or 10179633. OLE color: 10179633.
HSL color Cylindrical-coordinate representation of color #31549B: hue angle of 220.19º 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 #31549B is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 84 | 155 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.39 |
| HSL | 220.19º | 0.52% | 0.4% | - |
| HSV(B) | 220.19º | 0.68% | 0.61% | - |
| XYZ | 10.35 | 9.36 | 32.27 | - |
| YUV | 81.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 155 | 0.68 | 0.46 | 0 | 0.39 | 220.19 | 0.52 | 0.4 |
| Hex | 31 | 54 | 9B | 44 | 2E | 0 | 27 | DC | 34 | 28 |
| Octal | 61 | 124 | 233 | 104 | 56 | 0 | 47 | 334 | 64 | 50 |
| Binary | 110001 | 1010100 | 10011011 | 1000100 | 101110 | 0 | 100111 | 11011100 | 110100 | 101000 |
Color Harmonies of #31549B
Complementary color
Monochromatic Colors of #31549B
Black with #31549B
Text Example
Text Example
White with #31549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31549B; }
p { color: rgb(49,84,155); }
H1.HeaderClassName
{
color: #31549B;
}
.AnyTagClassName
{
color: #31549B;
}
</style>
background-color css
<style>
a { background-color: #31549B; }
a { background-color: rgb(49,84,155); }
div.DivClassName
{
background-color: #31549B;
}
.BgClassName
{
background-color: #31549B;
}
</style>
border-color css
<style>
span { border-color: #31549B; }
span { border-color: rgb(49,84,155); }
td.TdClassName
{
border-color: #31549B;
}
.TagClassName
{
border-color: #31549B;
}
</style>