Shades of Tory Blue #2E5199
Tints of Tory Blue #2E5199
RGB
CMYK
RGB Variations
Color information
#2E5199 (or 0x2E5199) is known color: Tory Blue. HEX triplet: 2E, 51 and 99. RGB value is (46,81,153). Sum of RGB (Red+Green+Blue) = 46+81+153=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E5199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5199 is #D1AE66. Grayscale: #4E4E4E. Windows color (decimal): -13741671 or 10047790. OLE color: 10047790.
HSL color Cylindrical-coordinate representation of color #2E5199: hue angle of 220.37º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E5199 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 81 | 153 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.4 |
| HSL | 220.37º | 0.54% | 0.39% | - |
| HSV(B) | 220.37º | 0.7% | 0.6% | - |
| XYZ | 9.82 | 8.77 | 31.31 | - |
| YUV | 78.74 | 169.9 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 153 | 0.70 | 0.47 | 0 | 0.4 | 220.37 | 0.54 | 0.39 |
| Hex | 2E | 51 | 99 | 46 | 2F | 0 | 28 | DC | 36 | 27 |
| Octal | 56 | 121 | 231 | 106 | 57 | 0 | 50 | 334 | 66 | 47 |
| Binary | 101110 | 1010001 | 10011001 | 1000110 | 101111 | 0 | 101000 | 11011100 | 110110 | 100111 |
Color Harmonies of #2E5199
Complementary color
Monochromatic Colors of #2E5199
Black with #2E5199
Text Example
Text Example
White with #2E5199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5199; }
p { color: rgb(46,81,153); }
H1.HeaderClassName
{
color: #2E5199;
}
.AnyTagClassName
{
color: #2E5199;
}
</style>
background-color css
<style>
a { background-color: #2E5199; }
a { background-color: rgb(46,81,153); }
div.DivClassName
{
background-color: #2E5199;
}
.BgClassName
{
background-color: #2E5199;
}
</style>
border-color css
<style>
span { border-color: #2E5199; }
span { border-color: rgb(46,81,153); }
td.TdClassName
{
border-color: #2E5199;
}
.TagClassName
{
border-color: #2E5199;
}
</style>