Shades of Tory Blue #2E519E
Tints of Tory Blue #2E519E
RGB
CMYK
RGB Variations
Color information
#2E519E (or 0x2E519E) is known color: Tory Blue. HEX triplet: 2E, 51 and 9E. RGB value is (46,81,158). Sum of RGB (Red+Green+Blue) = 46+81+158=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E519E is #D1AE61. Grayscale: #4E4E4E. Windows color (decimal): -13741666 or 10375470. OLE color: 10375470.
HSL color Cylindrical-coordinate representation of color #2E519E: hue angle of 221.25º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E519E is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 81 | 158 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.38 |
| HSL | 221.25º | 0.55% | 0.4% | - |
| HSV(B) | 221.25º | 0.71% | 0.62% | - |
| XYZ | 10.24 | 8.93 | 33.53 | - |
| YUV | 79.31 | 172.4 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 158 | 0.71 | 0.49 | 0 | 0.38 | 221.25 | 0.55 | 0.4 |
| Hex | 2E | 51 | 9E | 47 | 31 | 0 | 26 | DD | 37 | 28 |
| Octal | 56 | 121 | 236 | 107 | 61 | 0 | 46 | 335 | 67 | 50 |
| Binary | 101110 | 1010001 | 10011110 | 1000111 | 110001 | 0 | 100110 | 11011101 | 110111 | 101000 |
Color Harmonies of #2E519E
Complementary color
Monochromatic Colors of #2E519E
Black with #2E519E
Text Example
Text Example
White with #2E519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E519E; }
p { color: rgb(46,81,158); }
H1.HeaderClassName
{
color: #2E519E;
}
.AnyTagClassName
{
color: #2E519E;
}
</style>
background-color css
<style>
a { background-color: #2E519E; }
a { background-color: rgb(46,81,158); }
div.DivClassName
{
background-color: #2E519E;
}
.BgClassName
{
background-color: #2E519E;
}
</style>
border-color css
<style>
span { border-color: #2E519E; }
span { border-color: rgb(46,81,158); }
td.TdClassName
{
border-color: #2E519E;
}
.TagClassName
{
border-color: #2E519E;
}
</style>