Shades of Tory Blue #315096
Tints of Tory Blue #315096
RGB
CMYK
RGB Variations
Color information
#315096 (or 0x315096) is known color: Tory Blue. HEX triplet: 31, 50 and 96. RGB value is (49,80,150). Sum of RGB (Red+Green+Blue) = 49+80+150=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #315096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315096 is #CEAF69. Grayscale: #4E4E4E. Windows color (decimal): -13545322 or 9850929. OLE color: 9850929.
HSL color Cylindrical-coordinate representation of color #315096: hue angle of 221.58º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315096 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 80 | 150 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.41 |
| HSL | 221.58º | 0.51% | 0.39% | - |
| HSV(B) | 221.58º | 0.67% | 0.59% | - |
| XYZ | 9.64 | 8.59 | 30 | - |
| YUV | 78.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 150 | 0.67 | 0.47 | 0 | 0.41 | 221.58 | 0.51 | 0.39 |
| Hex | 31 | 50 | 96 | 43 | 2F | 0 | 29 | DE | 33 | 27 |
| Octal | 61 | 120 | 226 | 103 | 57 | 0 | 51 | 336 | 63 | 47 |
| Binary | 110001 | 1010000 | 10010110 | 1000011 | 101111 | 0 | 101001 | 11011110 | 110011 | 100111 |
Color Harmonies of #315096
Complementary color
Monochromatic Colors of #315096
Black with #315096
Text Example
Text Example
White with #315096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315096; }
p { color: rgb(49,80,150); }
H1.HeaderClassName
{
color: #315096;
}
.AnyTagClassName
{
color: #315096;
}
</style>
background-color css
<style>
a { background-color: #315096; }
a { background-color: rgb(49,80,150); }
div.DivClassName
{
background-color: #315096;
}
.BgClassName
{
background-color: #315096;
}
</style>
border-color css
<style>
span { border-color: #315096; }
span { border-color: rgb(49,80,150); }
td.TdClassName
{
border-color: #315096;
}
.TagClassName
{
border-color: #315096;
}
</style>