Shades of Tory Blue #2E5099
Tints of Tory Blue #2E5099
RGB
CMYK
RGB Variations
Color information
#2E5099 (or 0x2E5099) is known color: Tory Blue. HEX triplet: 2E, 50 and 99. RGB value is (46,80,153). Sum of RGB (Red+Green+Blue) = 46+80+153=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E5099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5099 is #D1AF66. Grayscale: #4D4D4D. Windows color (decimal): -13741927 or 10047534. OLE color: 10047534.
HSL color Cylindrical-coordinate representation of color #2E5099: hue angle of 220.93º 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 #2E5099 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 80 | 153 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.4 |
| HSL | 220.93º | 0.54% | 0.39% | - |
| HSV(B) | 220.93º | 0.7% | 0.6% | - |
| XYZ | 9.75 | 8.62 | 31.29 | - |
| YUV | 78.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 153 | 0.70 | 0.48 | 0 | 0.4 | 220.93 | 0.54 | 0.39 |
| Hex | 2E | 50 | 99 | 46 | 30 | 0 | 28 | DD | 36 | 27 |
| Octal | 56 | 120 | 231 | 106 | 60 | 0 | 50 | 335 | 66 | 47 |
| Binary | 101110 | 1010000 | 10011001 | 1000110 | 110000 | 0 | 101000 | 11011101 | 110110 | 100111 |
Color Harmonies of #2E5099
Complementary color
Monochromatic Colors of #2E5099
Black with #2E5099
Text Example
Text Example
White with #2E5099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5099; }
p { color: rgb(46,80,153); }
H1.HeaderClassName
{
color: #2E5099;
}
.AnyTagClassName
{
color: #2E5099;
}
</style>
background-color css
<style>
a { background-color: #2E5099; }
a { background-color: rgb(46,80,153); }
div.DivClassName
{
background-color: #2E5099;
}
.BgClassName
{
background-color: #2E5099;
}
</style>
border-color css
<style>
span { border-color: #2E5099; }
span { border-color: rgb(46,80,153); }
td.TdClassName
{
border-color: #2E5099;
}
.TagClassName
{
border-color: #2E5099;
}
</style>