Shades of Tory Blue #3E538D
Tints of Tory Blue #3E538D
RGB
CMYK
RGB Variations
Color information
#3E538D (or 0x3E538D) is known color: Tory Blue. HEX triplet: 3E, 53 and 8D. RGB value is (62,83,141). Sum of RGB (Red+Green+Blue) = 62+83+141=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E538D is #C1AC72. Grayscale: #535353. Windows color (decimal): -12692595 or 9261886. OLE color: 9261886.
HSL color Cylindrical-coordinate representation of color #3E538D: hue angle of 224.05º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E538D is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 83 | 141 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.45 |
| HSL | 224.05º | 0.39% | 0.4% | - |
| HSV(B) | 224.05º | 0.56% | 0.55% | - |
| XYZ | 9.89 | 9.13 | 26.44 | - |
| YUV | 83.33 | 160.54 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 141 | 0.56 | 0.41 | 0 | 0.45 | 224.05 | 0.39 | 0.4 |
| Hex | 3E | 53 | 8D | 38 | 29 | 0 | 2D | E0 | 27 | 28 |
| Octal | 76 | 123 | 215 | 70 | 51 | 0 | 55 | 340 | 47 | 50 |
| Binary | 111110 | 1010011 | 10001101 | 111000 | 101001 | 0 | 101101 | 11100000 | 100111 | 101000 |
Color Harmonies of #3E538D
Complementary color
Monochromatic Colors of #3E538D
Black with #3E538D
Text Example
Text Example
White with #3E538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E538D; }
p { color: rgb(62,83,141); }
H1.HeaderClassName
{
color: #3E538D;
}
.AnyTagClassName
{
color: #3E538D;
}
</style>
background-color css
<style>
a { background-color: #3E538D; }
a { background-color: rgb(62,83,141); }
div.DivClassName
{
background-color: #3E538D;
}
.BgClassName
{
background-color: #3E538D;
}
</style>
border-color css
<style>
span { border-color: #3E538D; }
span { border-color: rgb(62,83,141); }
td.TdClassName
{
border-color: #3E538D;
}
.TagClassName
{
border-color: #3E538D;
}
</style>