Shades of Tory Blue #3E5293
Tints of Tory Blue #3E5293
RGB
CMYK
RGB Variations
Color information
#3E5293 (or 0x3E5293) is known color: Tory Blue. HEX triplet: 3E, 52 and 93. RGB value is (62,82,147). Sum of RGB (Red+Green+Blue) = 62+82+147=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E5293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5293 is #C1AD6C. Grayscale: #535353. Windows color (decimal): -12692845 or 9654846. OLE color: 9654846.
HSL color Cylindrical-coordinate representation of color #3E5293: hue angle of 225.88º 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 #3E5293 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 82 | 147 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.42 |
| HSL | 225.88º | 0.41% | 0.41% | - |
| HSV(B) | 225.88º | 0.58% | 0.58% | - |
| XYZ | 10.27 | 9.17 | 28.83 | - |
| YUV | 83.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 147 | 0.58 | 0.44 | 0 | 0.42 | 225.88 | 0.41 | 0.41 |
| Hex | 3E | 52 | 93 | 3A | 2C | 0 | 2A | E2 | 29 | 29 |
| Octal | 76 | 122 | 223 | 72 | 54 | 0 | 52 | 342 | 51 | 51 |
| Binary | 111110 | 1010010 | 10010011 | 111010 | 101100 | 0 | 101010 | 11100010 | 101001 | 101001 |
Color Harmonies of #3E5293
Complementary color
Monochromatic Colors of #3E5293
Black with #3E5293
Text Example
Text Example
White with #3E5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5293; }
p { color: rgb(62,82,147); }
H1.HeaderClassName
{
color: #3E5293;
}
.AnyTagClassName
{
color: #3E5293;
}
</style>
background-color css
<style>
a { background-color: #3E5293; }
a { background-color: rgb(62,82,147); }
div.DivClassName
{
background-color: #3E5293;
}
.BgClassName
{
background-color: #3E5293;
}
</style>
border-color css
<style>
span { border-color: #3E5293; }
span { border-color: rgb(62,82,147); }
td.TdClassName
{
border-color: #3E5293;
}
.TagClassName
{
border-color: #3E5293;
}
</style>