Shades of Tory Blue #3E508B
Tints of Tory Blue #3E508B
RGB
CMYK
RGB Variations
Color information
#3E508B (or 0x3E508B) is known color: Tory Blue. HEX triplet: 3E, 50 and 8B. RGB value is (62,80,139). Sum of RGB (Red+Green+Blue) = 62+80+139=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E508B is #C1AF74. Grayscale: #515151. Windows color (decimal): -12693365 or 9130046. OLE color: 9130046.
HSL color Cylindrical-coordinate representation of color #3E508B: hue angle of 225.97º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E508B is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 80 | 139 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.45 |
| HSL | 225.97º | 0.38% | 0.39% | - |
| HSV(B) | 225.97º | 0.55% | 0.55% | - |
| XYZ | 9.52 | 8.63 | 25.59 | - |
| YUV | 81.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 139 | 0.55 | 0.42 | 0 | 0.45 | 225.97 | 0.38 | 0.39 |
| Hex | 3E | 50 | 8B | 37 | 2A | 0 | 2D | E2 | 26 | 27 |
| Octal | 76 | 120 | 213 | 67 | 52 | 0 | 55 | 342 | 46 | 47 |
| Binary | 111110 | 1010000 | 10001011 | 110111 | 101010 | 0 | 101101 | 11100010 | 100110 | 100111 |
Color Harmonies of #3E508B
Complementary color
Monochromatic Colors of #3E508B
Black with #3E508B
Text Example
Text Example
White with #3E508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E508B; }
p { color: rgb(62,80,139); }
H1.HeaderClassName
{
color: #3E508B;
}
.AnyTagClassName
{
color: #3E508B;
}
</style>
background-color css
<style>
a { background-color: #3E508B; }
a { background-color: rgb(62,80,139); }
div.DivClassName
{
background-color: #3E508B;
}
.BgClassName
{
background-color: #3E508B;
}
</style>
border-color css
<style>
span { border-color: #3E508B; }
span { border-color: rgb(62,80,139); }
td.TdClassName
{
border-color: #3E508B;
}
.TagClassName
{
border-color: #3E508B;
}
</style>