Shades of Tory Blue #3E5091
Tints of Tory Blue #3E5091
RGB
CMYK
RGB Variations
Color information
#3E5091 (or 0x3E5091) is known color: Tory Blue. HEX triplet: 3E, 50 and 91. RGB value is (62,80,145). Sum of RGB (Red+Green+Blue) = 62+80+145=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E5091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5091 is #C1AF6E. Grayscale: #515151. Windows color (decimal): -12693359 or 9523262. OLE color: 9523262.
HSL color Cylindrical-coordinate representation of color #3E5091: hue angle of 226.99º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E5091 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 80 | 145 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.43 |
| HSL | 226.99º | 0.4% | 0.41% | - |
| HSV(B) | 226.99º | 0.57% | 0.57% | - |
| XYZ | 9.97 | 8.81 | 27.96 | - |
| YUV | 82.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 145 | 0.57 | 0.45 | 0 | 0.43 | 226.99 | 0.4 | 0.41 |
| Hex | 3E | 50 | 91 | 39 | 2D | 0 | 2B | E3 | 28 | 29 |
| Octal | 76 | 120 | 221 | 71 | 55 | 0 | 53 | 343 | 50 | 51 |
| Binary | 111110 | 1010000 | 10010001 | 111001 | 101101 | 0 | 101011 | 11100011 | 101000 | 101001 |
Color Harmonies of #3E5091
Complementary color
Monochromatic Colors of #3E5091
Black with #3E5091
Text Example
Text Example
White with #3E5091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5091; }
p { color: rgb(62,80,145); }
H1.HeaderClassName
{
color: #3E5091;
}
.AnyTagClassName
{
color: #3E5091;
}
</style>
background-color css
<style>
a { background-color: #3E5091; }
a { background-color: rgb(62,80,145); }
div.DivClassName
{
background-color: #3E5091;
}
.BgClassName
{
background-color: #3E5091;
}
</style>
border-color css
<style>
span { border-color: #3E5091; }
span { border-color: rgb(62,80,145); }
td.TdClassName
{
border-color: #3E5091;
}
.TagClassName
{
border-color: #3E5091;
}
</style>