Shades of Tory Blue #3E4987
Tints of Tory Blue #3E4987
RGB
CMYK
RGB Variations
Color information
#3E4987 (or 0x3E4987) is known color: Tory Blue. HEX triplet: 3E, 49 and 87. RGB value is (62,73,135). Sum of RGB (Red+Green+Blue) = 62+73+135=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E4987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4987 is #C1B678. Grayscale: #4C4C4C. Windows color (decimal): -12695161 or 8866110. OLE color: 8866110.
HSL color Cylindrical-coordinate representation of color #3E4987: hue angle of 230.96º 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 #3E4987 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 73 | 135 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.47 |
| HSL | 230.96º | 0.37% | 0.39% | - |
| HSV(B) | 230.96º | 0.54% | 0.53% | - |
| XYZ | 8.74 | 7.54 | 23.92 | - |
| YUV | 76.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 135 | 0.54 | 0.46 | 0 | 0.47 | 230.96 | 0.37 | 0.39 |
| Hex | 3E | 49 | 87 | 36 | 2E | 0 | 2F | E7 | 25 | 27 |
| Octal | 76 | 111 | 207 | 66 | 56 | 0 | 57 | 347 | 45 | 47 |
| Binary | 111110 | 1001001 | 10000111 | 110110 | 101110 | 0 | 101111 | 11100111 | 100101 | 100111 |
Color Harmonies of #3E4987
Complementary color
Monochromatic Colors of #3E4987
Black with #3E4987
Text Example
Text Example
White with #3E4987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4987; }
p { color: rgb(62,73,135); }
H1.HeaderClassName
{
color: #3E4987;
}
.AnyTagClassName
{
color: #3E4987;
}
</style>
background-color css
<style>
a { background-color: #3E4987; }
a { background-color: rgb(62,73,135); }
div.DivClassName
{
background-color: #3E4987;
}
.BgClassName
{
background-color: #3E4987;
}
</style>
border-color css
<style>
span { border-color: #3E4987; }
span { border-color: rgb(62,73,135); }
td.TdClassName
{
border-color: #3E4987;
}
.TagClassName
{
border-color: #3E4987;
}
</style>