Shades of Tory Blue #3E5693
Tints of Tory Blue #3E5693
RGB
CMYK
RGB Variations
Color information
#3E5693 (or 0x3E5693) is known color: Tory Blue. HEX triplet: 3E, 56 and 93. RGB value is (62,86,147). Sum of RGB (Red+Green+Blue) = 62+86+147=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E5693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5693 is #C1A96C. Grayscale: #555555. Windows color (decimal): -12691821 or 9655870. OLE color: 9655870.
HSL color Cylindrical-coordinate representation of color #3E5693: hue angle of 223.06º 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 #3E5693 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 86 | 147 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.42 |
| HSL | 223.06º | 0.41% | 0.41% | - |
| HSV(B) | 223.06º | 0.58% | 0.58% | - |
| XYZ | 10.58 | 9.79 | 28.94 | - |
| YUV | 85.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 147 | 0.58 | 0.41 | 0 | 0.42 | 223.06 | 0.41 | 0.41 |
| Hex | 3E | 56 | 93 | 3A | 29 | 0 | 2A | DF | 29 | 29 |
| Octal | 76 | 126 | 223 | 72 | 51 | 0 | 52 | 337 | 51 | 51 |
| Binary | 111110 | 1010110 | 10010011 | 111010 | 101001 | 0 | 101010 | 11011111 | 101001 | 101001 |
Color Harmonies of #3E5693
Complementary color
Monochromatic Colors of #3E5693
Black with #3E5693
Text Example
Text Example
White with #3E5693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5693; }
p { color: rgb(62,86,147); }
H1.HeaderClassName
{
color: #3E5693;
}
.AnyTagClassName
{
color: #3E5693;
}
</style>
background-color css
<style>
a { background-color: #3E5693; }
a { background-color: rgb(62,86,147); }
div.DivClassName
{
background-color: #3E5693;
}
.BgClassName
{
background-color: #3E5693;
}
</style>
border-color css
<style>
span { border-color: #3E5693; }
span { border-color: rgb(62,86,147); }
td.TdClassName
{
border-color: #3E5693;
}
.TagClassName
{
border-color: #3E5693;
}
</style>