Shades of Tory Blue #3E5090
Tints of Tory Blue #3E5090
RGB
CMYK
RGB Variations
Color information
#3E5090 (or 0x3E5090) is known color: Tory Blue. HEX triplet: 3E, 50 and 90. RGB value is (62,80,144). Sum of RGB (Red+Green+Blue) = 62+80+144=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E5090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5090 is #C1AF6F. Grayscale: #515151. Windows color (decimal): -12693360 or 9457726. OLE color: 9457726.
HSL color Cylindrical-coordinate representation of color #3E5090: hue angle of 226.83º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E5090 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 80 | 144 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.44 |
| HSL | 226.83º | 0.4% | 0.4% | - |
| HSV(B) | 226.83º | 0.57% | 0.56% | - |
| XYZ | 9.89 | 8.78 | 27.56 | - |
| YUV | 81.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 144 | 0.57 | 0.44 | 0 | 0.44 | 226.83 | 0.4 | 0.4 |
| Hex | 3E | 50 | 90 | 39 | 2C | 0 | 2C | E3 | 28 | 28 |
| Octal | 76 | 120 | 220 | 71 | 54 | 0 | 54 | 343 | 50 | 50 |
| Binary | 111110 | 1010000 | 10010000 | 111001 | 101100 | 0 | 101100 | 11100011 | 101000 | 101000 |
Color Harmonies of #3E5090
Complementary color
Monochromatic Colors of #3E5090
Black with #3E5090
Text Example
Text Example
White with #3E5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5090; }
p { color: rgb(62,80,144); }
H1.HeaderClassName
{
color: #3E5090;
}
.AnyTagClassName
{
color: #3E5090;
}
</style>
background-color css
<style>
a { background-color: #3E5090; }
a { background-color: rgb(62,80,144); }
div.DivClassName
{
background-color: #3E5090;
}
.BgClassName
{
background-color: #3E5090;
}
</style>
border-color css
<style>
span { border-color: #3E5090; }
span { border-color: rgb(62,80,144); }
td.TdClassName
{
border-color: #3E5090;
}
.TagClassName
{
border-color: #3E5090;
}
</style>