Shades of Tory Blue #3E4996
Tints of Tory Blue #3E4996
RGB
CMYK
RGB Variations
Color information
#3E4996 (or 0x3E4996) is known color: Tory Blue. HEX triplet: 3E, 49 and 96. RGB value is (62,73,150). Sum of RGB (Red+Green+Blue) = 62+73+150=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #3E4996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4996 is #C1B669. Grayscale: #4E4E4E. Windows color (decimal): -12695146 or 9849150. OLE color: 9849150.
HSL color Cylindrical-coordinate representation of color #3E4996: hue angle of 232.5º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E4996 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 73 | 150 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.41 |
| HSL | 232.5º | 0.42% | 0.42% | - |
| HSV(B) | 232.5º | 0.59% | 0.59% | - |
| XYZ | 9.87 | 7.99 | 29.88 | - |
| YUV | 78.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 150 | 0.59 | 0.51 | 0 | 0.41 | 232.5 | 0.42 | 0.42 |
| Hex | 3E | 49 | 96 | 3B | 33 | 0 | 29 | E8 | 2A | 2A |
| Octal | 76 | 111 | 226 | 73 | 63 | 0 | 51 | 350 | 52 | 52 |
| Binary | 111110 | 1001001 | 10010110 | 111011 | 110011 | 0 | 101001 | 11101000 | 101010 | 101010 |
Color Harmonies of #3E4996
Complementary color
Monochromatic Colors of #3E4996
Black with #3E4996
Text Example
Text Example
White with #3E4996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4996; }
p { color: rgb(62,73,150); }
H1.HeaderClassName
{
color: #3E4996;
}
.AnyTagClassName
{
color: #3E4996;
}
</style>
background-color css
<style>
a { background-color: #3E4996; }
a { background-color: rgb(62,73,150); }
div.DivClassName
{
background-color: #3E4996;
}
.BgClassName
{
background-color: #3E4996;
}
</style>
border-color css
<style>
span { border-color: #3E4996; }
span { border-color: rgb(62,73,150); }
td.TdClassName
{
border-color: #3E4996;
}
.TagClassName
{
border-color: #3E4996;
}
</style>