Shades of Tory Blue #3E5398
Tints of Tory Blue #3E5398
RGB
CMYK
RGB Variations
Color information
#3E5398 (or 0x3E5398) is known color: Tory Blue. HEX triplet: 3E, 53 and 98. RGB value is (62,83,152). Sum of RGB (Red+Green+Blue) = 62+83+152=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E5398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5398 is #C1AC67. Grayscale: #545454. Windows color (decimal): -12692584 or 9982782. OLE color: 9982782.
HSL color Cylindrical-coordinate representation of color #3E5398: hue angle of 226º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E5398 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 62 | 83 | 152 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.40 |
| HSL | 226º | 0.42% | 0.42% | - |
| HSV(B) | 226º | 0.59% | 0.6% | - |
| XYZ | 10.75 | 9.48 | 30.97 | - |
| YUV | 84.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 152 | 0.59 | 0.45 | 0 | 0.40 | 226 | 0.42 | 0.42 |
| Hex | 3E | 53 | 98 | 3B | 2D | 0 | 28 | E2 | 2A | 2A |
| Octal | 76 | 123 | 230 | 73 | 55 | 0 | 50 | 342 | 52 | 52 |
| Binary | 111110 | 1010011 | 10011000 | 111011 | 101101 | 0 | 101000 | 11100010 | 101010 | 101010 |
Color Harmonies of #3E5398
Complementary color
Monochromatic Colors of #3E5398
Black with #3E5398
Text Example
Text Example
White with #3E5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5398; }
p { color: rgb(62,83,152); }
H1.HeaderClassName
{
color: #3E5398;
}
.AnyTagClassName
{
color: #3E5398;
}
</style>
background-color css
<style>
a { background-color: #3E5398; }
a { background-color: rgb(62,83,152); }
div.DivClassName
{
background-color: #3E5398;
}
.BgClassName
{
background-color: #3E5398;
}
</style>
border-color css
<style>
span { border-color: #3E5398; }
span { border-color: rgb(62,83,152); }
td.TdClassName
{
border-color: #3E5398;
}
.TagClassName
{
border-color: #3E5398;
}
</style>