Shades of Tory Blue #3E558D
Tints of Tory Blue #3E558D
RGB
CMYK
RGB Variations
Color information
#3E558D (or 0x3E558D) is known color: Tory Blue. HEX triplet: 3E, 55 and 8D. RGB value is (62,85,141). Sum of RGB (Red+Green+Blue) = 62+85+141=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E558D is #C1AA72. Grayscale: #545454. Windows color (decimal): -12692083 or 9262398. OLE color: 9262398.
HSL color Cylindrical-coordinate representation of color #3E558D: hue angle of 222.53º 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 #3E558D is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 85 | 141 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.45 |
| HSL | 222.53º | 0.39% | 0.4% | - |
| HSV(B) | 222.53º | 0.56% | 0.55% | - |
| XYZ | 10.04 | 9.44 | 26.49 | - |
| YUV | 84.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 141 | 0.56 | 0.40 | 0 | 0.45 | 222.53 | 0.39 | 0.4 |
| Hex | 3E | 55 | 8D | 38 | 28 | 0 | 2D | DF | 27 | 28 |
| Octal | 76 | 125 | 215 | 70 | 50 | 0 | 55 | 337 | 47 | 50 |
| Binary | 111110 | 1010101 | 10001101 | 111000 | 101000 | 0 | 101101 | 11011111 | 100111 | 101000 |
Color Harmonies of #3E558D
Complementary color
Monochromatic Colors of #3E558D
Black with #3E558D
Text Example
Text Example
White with #3E558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E558D; }
p { color: rgb(62,85,141); }
H1.HeaderClassName
{
color: #3E558D;
}
.AnyTagClassName
{
color: #3E558D;
}
</style>
background-color css
<style>
a { background-color: #3E558D; }
a { background-color: rgb(62,85,141); }
div.DivClassName
{
background-color: #3E558D;
}
.BgClassName
{
background-color: #3E558D;
}
</style>
border-color css
<style>
span { border-color: #3E558D; }
span { border-color: rgb(62,85,141); }
td.TdClassName
{
border-color: #3E558D;
}
.TagClassName
{
border-color: #3E558D;
}
</style>