Shades of Tory Blue #3E5195
Tints of Tory Blue #3E5195
RGB
CMYK
RGB Variations
Color information
#3E5195 (or 0x3E5195) is known color: Tory Blue. HEX triplet: 3E, 51 and 95. RGB value is (62,81,149). Sum of RGB (Red+Green+Blue) = 62+81+149=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E5195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5195 is #C1AE6A. Grayscale: #525252. Windows color (decimal): -12693099 or 9785662. OLE color: 9785662.
HSL color Cylindrical-coordinate representation of color #3E5195: hue angle of 226.9º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E5195 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 81 | 149 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.42 |
| HSL | 226.9º | 0.41% | 0.41% | - |
| HSV(B) | 226.9º | 0.58% | 0.58% | - |
| XYZ | 10.35 | 9.08 | 29.64 | - |
| YUV | 83.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 149 | 0.58 | 0.46 | 0 | 0.42 | 226.9 | 0.41 | 0.41 |
| Hex | 3E | 51 | 95 | 3A | 2E | 0 | 2A | E3 | 29 | 29 |
| Octal | 76 | 121 | 225 | 72 | 56 | 0 | 52 | 343 | 51 | 51 |
| Binary | 111110 | 1010001 | 10010101 | 111010 | 101110 | 0 | 101010 | 11100011 | 101001 | 101001 |
Color Harmonies of #3E5195
Complementary color
Monochromatic Colors of #3E5195
Black with #3E5195
Text Example
Text Example
White with #3E5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5195; }
p { color: rgb(62,81,149); }
H1.HeaderClassName
{
color: #3E5195;
}
.AnyTagClassName
{
color: #3E5195;
}
</style>
background-color css
<style>
a { background-color: #3E5195; }
a { background-color: rgb(62,81,149); }
div.DivClassName
{
background-color: #3E5195;
}
.BgClassName
{
background-color: #3E5195;
}
</style>
border-color css
<style>
span { border-color: #3E5195; }
span { border-color: rgb(62,81,149); }
td.TdClassName
{
border-color: #3E5195;
}
.TagClassName
{
border-color: #3E5195;
}
</style>