Shades of Tory Blue #3E5087
Tints of Tory Blue #3E5087
RGB
CMYK
RGB Variations
Color information
#3E5087 (or 0x3E5087) is known color: Tory Blue. HEX triplet: 3E, 50 and 87. RGB value is (62,80,135). Sum of RGB (Red+Green+Blue) = 62+80+135=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E5087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5087 is #C1AF78. Grayscale: #505050. Windows color (decimal): -12693369 or 8867902. OLE color: 8867902.
HSL color Cylindrical-coordinate representation of color #3E5087: hue angle of 225.21º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E5087 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 80 | 135 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.47 |
| HSL | 225.21º | 0.37% | 0.39% | - |
| HSV(B) | 225.21º | 0.54% | 0.53% | - |
| XYZ | 9.23 | 8.51 | 24.08 | - |
| YUV | 80.89 | 158.54 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 135 | 0.54 | 0.41 | 0 | 0.47 | 225.21 | 0.37 | 0.39 |
| Hex | 3E | 50 | 87 | 36 | 29 | 0 | 2F | E1 | 25 | 27 |
| Octal | 76 | 120 | 207 | 66 | 51 | 0 | 57 | 341 | 45 | 47 |
| Binary | 111110 | 1010000 | 10000111 | 110110 | 101001 | 0 | 101111 | 11100001 | 100101 | 100111 |
Color Harmonies of #3E5087
Complementary color
Monochromatic Colors of #3E5087
Black with #3E5087
Text Example
Text Example
White with #3E5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5087; }
p { color: rgb(62,80,135); }
H1.HeaderClassName
{
color: #3E5087;
}
.AnyTagClassName
{
color: #3E5087;
}
</style>
background-color css
<style>
a { background-color: #3E5087; }
a { background-color: rgb(62,80,135); }
div.DivClassName
{
background-color: #3E5087;
}
.BgClassName
{
background-color: #3E5087;
}
</style>
border-color css
<style>
span { border-color: #3E5087; }
span { border-color: rgb(62,80,135); }
td.TdClassName
{
border-color: #3E5087;
}
.TagClassName
{
border-color: #3E5087;
}
</style>