Shades of Tory Blue #3E5485
Tints of Tory Blue #3E5485
RGB
CMYK
RGB Variations
Color information
#3E5485 (or 0x3E5485) is known color: Tory Blue. HEX triplet: 3E, 54 and 85. RGB value is (62,84,133). Sum of RGB (Red+Green+Blue) = 62+84+133=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E5485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5485 is #C1AB7A. Grayscale: #525252. Windows color (decimal): -12692347 or 8737854. OLE color: 8737854.
HSL color Cylindrical-coordinate representation of color #3E5485: hue angle of 221.41º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E5485 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 84 | 133 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.48 |
| HSL | 221.41º | 0.36% | 0.38% | - |
| HSV(B) | 221.41º | 0.53% | 0.52% | - |
| XYZ | 9.39 | 9.06 | 23.44 | - |
| YUV | 83.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 133 | 0.53 | 0.37 | 0 | 0.48 | 221.41 | 0.36 | 0.38 |
| Hex | 3E | 54 | 85 | 35 | 25 | 0 | 30 | DD | 24 | 26 |
| Octal | 76 | 124 | 205 | 65 | 45 | 0 | 60 | 335 | 44 | 46 |
| Binary | 111110 | 1010100 | 10000101 | 110101 | 100101 | 0 | 110000 | 11011101 | 100100 | 100110 |
Color Harmonies of #3E5485
Complementary color
Monochromatic Colors of #3E5485
Black with #3E5485
Text Example
Text Example
White with #3E5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5485; }
p { color: rgb(62,84,133); }
H1.HeaderClassName
{
color: #3E5485;
}
.AnyTagClassName
{
color: #3E5485;
}
</style>
background-color css
<style>
a { background-color: #3E5485; }
a { background-color: rgb(62,84,133); }
div.DivClassName
{
background-color: #3E5485;
}
.BgClassName
{
background-color: #3E5485;
}
</style>
border-color css
<style>
span { border-color: #3E5485; }
span { border-color: rgb(62,84,133); }
td.TdClassName
{
border-color: #3E5485;
}
.TagClassName
{
border-color: #3E5485;
}
</style>