Shades of Tory Blue #315198
Tints of Tory Blue #315198
RGB
CMYK
RGB Variations
Color information
#315198 (or 0x315198) is known color: Tory Blue. HEX triplet: 31, 51 and 98. RGB value is (49,81,152). Sum of RGB (Red+Green+Blue) = 49+81+152=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #315198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315198 is #CEAE67. Grayscale: #4F4F4F. Windows color (decimal): -13545064 or 9982257. OLE color: 9982257.
HSL color Cylindrical-coordinate representation of color #315198: hue angle of 221.36º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315198 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 81 | 152 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.40 |
| HSL | 221.36º | 0.51% | 0.39% | - |
| HSV(B) | 221.36º | 0.68% | 0.6% | - |
| XYZ | 9.88 | 8.8 | 30.88 | - |
| YUV | 79.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 152 | 0.68 | 0.47 | 0 | 0.40 | 221.36 | 0.51 | 0.39 |
| Hex | 31 | 51 | 98 | 44 | 2F | 0 | 28 | DD | 33 | 27 |
| Octal | 61 | 121 | 230 | 104 | 57 | 0 | 50 | 335 | 63 | 47 |
| Binary | 110001 | 1010001 | 10011000 | 1000100 | 101111 | 0 | 101000 | 11011101 | 110011 | 100111 |
Color Harmonies of #315198
Complementary color
Monochromatic Colors of #315198
Black with #315198
Text Example
Text Example
White with #315198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315198; }
p { color: rgb(49,81,152); }
H1.HeaderClassName
{
color: #315198;
}
.AnyTagClassName
{
color: #315198;
}
</style>
background-color css
<style>
a { background-color: #315198; }
a { background-color: rgb(49,81,152); }
div.DivClassName
{
background-color: #315198;
}
.BgClassName
{
background-color: #315198;
}
</style>
border-color css
<style>
span { border-color: #315198; }
span { border-color: rgb(49,81,152); }
td.TdClassName
{
border-color: #315198;
}
.TagClassName
{
border-color: #315198;
}
</style>