Shades of Tory Blue #314195
Tints of Tory Blue #314195
RGB
CMYK
RGB Variations
Color information
#314195 (or 0x314195) is known color: Tory Blue. HEX triplet: 31, 41 and 95. RGB value is (49,65,149). Sum of RGB (Red+Green+Blue) = 49+65+149=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #314195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314195 is #CEBE6A. Grayscale: #454545. Windows color (decimal): -13549163 or 9781553. OLE color: 9781553.
HSL color Cylindrical-coordinate representation of color #314195: hue angle of 230.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 #314195 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 65 | 149 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.42 |
| HSL | 230.4º | 0.51% | 0.39% | - |
| HSV(B) | 230.4º | 0.67% | 0.58% | - |
| XYZ | 8.58 | 6.6 | 29.26 | - |
| YUV | 69.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 149 | 0.67 | 0.56 | 0 | 0.42 | 230.4 | 0.51 | 0.39 |
| Hex | 31 | 41 | 95 | 43 | 38 | 0 | 2A | E6 | 33 | 27 |
| Octal | 61 | 101 | 225 | 103 | 70 | 0 | 52 | 346 | 63 | 47 |
| Binary | 110001 | 1000001 | 10010101 | 1000011 | 111000 | 0 | 101010 | 11100110 | 110011 | 100111 |
Color Harmonies of #314195
Complementary color
Monochromatic Colors of #314195
Black with #314195
Text Example
Text Example
White with #314195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314195; }
p { color: rgb(49,65,149); }
H1.HeaderClassName
{
color: #314195;
}
.AnyTagClassName
{
color: #314195;
}
</style>
background-color css
<style>
a { background-color: #314195; }
a { background-color: rgb(49,65,149); }
div.DivClassName
{
background-color: #314195;
}
.BgClassName
{
background-color: #314195;
}
</style>
border-color css
<style>
span { border-color: #314195; }
span { border-color: rgb(49,65,149); }
td.TdClassName
{
border-color: #314195;
}
.TagClassName
{
border-color: #314195;
}
</style>