Shades of Tory Blue #2E4596
Tints of Tory Blue #2E4596
RGB
CMYK
RGB Variations
Color information
#2E4596 (or 0x2E4596) is known color: Tory Blue. HEX triplet: 2E, 45 and 96. RGB value is (46,69,150). Sum of RGB (Red+Green+Blue) = 46+69+150=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E4596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4596 is #D1BA69. Grayscale: #474747. Windows color (decimal): -13744746 or 9848110. OLE color: 9848110.
HSL color Cylindrical-coordinate representation of color #2E4596: hue angle of 226.73º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E4596 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 69 | 150 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.41 |
| HSL | 226.73º | 0.53% | 0.38% | - |
| HSV(B) | 226.73º | 0.69% | 0.59% | - |
| XYZ | 8.76 | 7.04 | 29.75 | - |
| YUV | 71.36 | 172.38 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 150 | 0.69 | 0.54 | 0 | 0.41 | 226.73 | 0.53 | 0.38 |
| Hex | 2E | 45 | 96 | 45 | 36 | 0 | 29 | E3 | 35 | 26 |
| Octal | 56 | 105 | 226 | 105 | 66 | 0 | 51 | 343 | 65 | 46 |
| Binary | 101110 | 1000101 | 10010110 | 1000101 | 110110 | 0 | 101001 | 11100011 | 110101 | 100110 |
Color Harmonies of #2E4596
Complementary color
Monochromatic Colors of #2E4596
Black with #2E4596
Text Example
Text Example
White with #2E4596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4596; }
p { color: rgb(46,69,150); }
H1.HeaderClassName
{
color: #2E4596;
}
.AnyTagClassName
{
color: #2E4596;
}
</style>
background-color css
<style>
a { background-color: #2E4596; }
a { background-color: rgb(46,69,150); }
div.DivClassName
{
background-color: #2E4596;
}
.BgClassName
{
background-color: #2E4596;
}
</style>
border-color css
<style>
span { border-color: #2E4596; }
span { border-color: rgb(46,69,150); }
td.TdClassName
{
border-color: #2E4596;
}
.TagClassName
{
border-color: #2E4596;
}
</style>