Shades of Tory Blue #315595
Tints of Tory Blue #315595
RGB
CMYK
RGB Variations
Color information
#315595 (or 0x315595) is known color: Tory Blue. HEX triplet: 31, 55 and 95. RGB value is (49,85,149). Sum of RGB (Red+Green+Blue) = 49+85+149=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #315595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315595 is #CEAA6A. Grayscale: #515151. Windows color (decimal): -13544043 or 9786673. OLE color: 9786673.
HSL color Cylindrical-coordinate representation of color #315595: hue angle of 218.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315595 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 85 | 149 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.42 |
| HSL | 218.4º | 0.51% | 0.39% | - |
| HSV(B) | 218.4º | 0.67% | 0.58% | - |
| XYZ | 9.94 | 9.32 | 29.71 | - |
| YUV | 81.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 149 | 0.67 | 0.43 | 0 | 0.42 | 218.4 | 0.51 | 0.39 |
| Hex | 31 | 55 | 95 | 43 | 2B | 0 | 2A | DA | 33 | 27 |
| Octal | 61 | 125 | 225 | 103 | 53 | 0 | 52 | 332 | 63 | 47 |
| Binary | 110001 | 1010101 | 10010101 | 1000011 | 101011 | 0 | 101010 | 11011010 | 110011 | 100111 |
Color Harmonies of #315595
Complementary color
Monochromatic Colors of #315595
Black with #315595
Text Example
Text Example
White with #315595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315595; }
p { color: rgb(49,85,149); }
H1.HeaderClassName
{
color: #315595;
}
.AnyTagClassName
{
color: #315595;
}
</style>
background-color css
<style>
a { background-color: #315595; }
a { background-color: rgb(49,85,149); }
div.DivClassName
{
background-color: #315595;
}
.BgClassName
{
background-color: #315595;
}
</style>
border-color css
<style>
span { border-color: #315595; }
span { border-color: rgb(49,85,149); }
td.TdClassName
{
border-color: #315595;
}
.TagClassName
{
border-color: #315595;
}
</style>