Shades of Tory Blue #3E4E83
Tints of Tory Blue #3E4E83
RGB
CMYK
RGB Variations
Color information
#3E4E83 (or 0x3E4E83) is known color: Tory Blue. HEX triplet: 3E, 4E and 83. RGB value is (62,78,131). Sum of RGB (Red+Green+Blue) = 62+78+131=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #3E4E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E4E83 is #C1B17C. Grayscale: #4F4F4F. Windows color (decimal): -12693885 or 8605246. OLE color: 8605246.
HSL color Cylindrical-coordinate representation of color #3E4E83: hue angle of 226.09º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E4E83 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 78 | 131 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.49 |
| HSL | 226.09º | 0.36% | 0.38% | - |
| HSV(B) | 226.09º | 0.53% | 0.51% | - |
| XYZ | 8.81 | 8.11 | 22.57 | - |
| YUV | 79.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 131 | 0.53 | 0.40 | 0 | 0.49 | 226.09 | 0.36 | 0.38 |
| Hex | 3E | 4E | 83 | 35 | 28 | 0 | 31 | E2 | 24 | 26 |
| Octal | 76 | 116 | 203 | 65 | 50 | 0 | 61 | 342 | 44 | 46 |
| Binary | 111110 | 1001110 | 10000011 | 110101 | 101000 | 0 | 110001 | 11100010 | 100100 | 100110 |
Color Harmonies of #3E4E83
Complementary color
Monochromatic Colors of #3E4E83
Black with #3E4E83
Text Example
Text Example
White with #3E4E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4E83; }
p { color: rgb(62,78,131); }
H1.HeaderClassName
{
color: #3E4E83;
}
.AnyTagClassName
{
color: #3E4E83;
}
</style>
background-color css
<style>
a { background-color: #3E4E83; }
a { background-color: rgb(62,78,131); }
div.DivClassName
{
background-color: #3E4E83;
}
.BgClassName
{
background-color: #3E4E83;
}
</style>
border-color css
<style>
span { border-color: #3E4E83; }
span { border-color: rgb(62,78,131); }
td.TdClassName
{
border-color: #3E4E83;
}
.TagClassName
{
border-color: #3E4E83;
}
</style>