Shades of Tory Blue #3E509B
Tints of Tory Blue #3E509B
RGB
CMYK
RGB Variations
Color information
#3E509B (or 0x3E509B) is known color: Tory Blue. HEX triplet: 3E, 50 and 9B. RGB value is (62,80,155). Sum of RGB (Red+Green+Blue) = 62+80+155=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E509B is #C1AF64. Grayscale: #525252. Windows color (decimal): -12693349 or 10178622. OLE color: 10178622.
HSL color Cylindrical-coordinate representation of color #3E509B: hue angle of 228.39º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E509B is Cyan = 0.6, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 80 | 155 | - |
| CMYK | 0.6 | 0.48 | 0 | 0.39 |
| HSL | 228.39º | 0.43% | 0.43% | - |
| HSV(B) | 228.39º | 0.6% | 0.61% | - |
| XYZ | 10.77 | 9.13 | 32.2 | - |
| YUV | 83.17 | 168.54 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 155 | 0.6 | 0.48 | 0 | 0.39 | 228.39 | 0.43 | 0.43 |
| Hex | 3E | 50 | 9B | 3C | 30 | 0 | 27 | E4 | 2B | 2B |
| Octal | 76 | 120 | 233 | 74 | 60 | 0 | 47 | 344 | 53 | 53 |
| Binary | 111110 | 1010000 | 10011011 | 111100 | 110000 | 0 | 100111 | 11100100 | 101011 | 101011 |
Color Harmonies of #3E509B
Complementary color
Monochromatic Colors of #3E509B
Black with #3E509B
Text Example
Text Example
White with #3E509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E509B; }
p { color: rgb(62,80,155); }
H1.HeaderClassName
{
color: #3E509B;
}
.AnyTagClassName
{
color: #3E509B;
}
</style>
background-color css
<style>
a { background-color: #3E509B; }
a { background-color: rgb(62,80,155); }
div.DivClassName
{
background-color: #3E509B;
}
.BgClassName
{
background-color: #3E509B;
}
</style>
border-color css
<style>
span { border-color: #3E509B; }
span { border-color: rgb(62,80,155); }
td.TdClassName
{
border-color: #3E509B;
}
.TagClassName
{
border-color: #3E509B;
}
</style>