Shades of Tory Blue #315199
Tints of Tory Blue #315199
RGB
CMYK
RGB Variations
Color information
#315199 (or 0x315199) is known color: Tory Blue. HEX triplet: 31, 51 and 99. RGB value is (49,81,153). Sum of RGB (Red+Green+Blue) = 49+81+153=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #315199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315199 is #CEAE66. Grayscale: #4F4F4F. Windows color (decimal): -13545063 or 10047793. OLE color: 10047793.
HSL color Cylindrical-coordinate representation of color #315199: hue angle of 221.54º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315199 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 81 | 153 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.4 |
| HSL | 221.54º | 0.51% | 0.4% | - |
| HSV(B) | 221.54º | 0.68% | 0.6% | - |
| XYZ | 9.96 | 8.84 | 31.32 | - |
| YUV | 79.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 153 | 0.68 | 0.47 | 0 | 0.4 | 221.54 | 0.51 | 0.4 |
| Hex | 31 | 51 | 99 | 44 | 2F | 0 | 28 | DE | 33 | 28 |
| Octal | 61 | 121 | 231 | 104 | 57 | 0 | 50 | 336 | 63 | 50 |
| Binary | 110001 | 1010001 | 10011001 | 1000100 | 101111 | 0 | 101000 | 11011110 | 110011 | 101000 |
Color Harmonies of #315199
Complementary color
Monochromatic Colors of #315199
Black with #315199
Text Example
Text Example
White with #315199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315199; }
p { color: rgb(49,81,153); }
H1.HeaderClassName
{
color: #315199;
}
.AnyTagClassName
{
color: #315199;
}
</style>
background-color css
<style>
a { background-color: #315199; }
a { background-color: rgb(49,81,153); }
div.DivClassName
{
background-color: #315199;
}
.BgClassName
{
background-color: #315199;
}
</style>
border-color css
<style>
span { border-color: #315199; }
span { border-color: rgb(49,81,153); }
td.TdClassName
{
border-color: #315199;
}
.TagClassName
{
border-color: #315199;
}
</style>