Shades of Tory Blue #2E4894
Tints of Tory Blue #2E4894
RGB
CMYK
RGB Variations
Color information
#2E4894 (or 0x2E4894) is known color: Tory Blue. HEX triplet: 2E, 48 and 94. RGB value is (46,72,148). Sum of RGB (Red+Green+Blue) = 46+72+148=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E4894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4894 is #D1B76B. Grayscale: #484848. Windows color (decimal): -13743980 or 9717806. OLE color: 9717806.
HSL color Cylindrical-coordinate representation of color #2E4894: hue angle of 224.71º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E4894 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 72 | 148 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.42 |
| HSL | 224.71º | 0.53% | 0.38% | - |
| HSV(B) | 224.71º | 0.69% | 0.58% | - |
| XYZ | 8.79 | 7.35 | 28.97 | - |
| YUV | 72.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 148 | 0.69 | 0.51 | 0 | 0.42 | 224.71 | 0.53 | 0.38 |
| Hex | 2E | 48 | 94 | 45 | 33 | 0 | 2A | E1 | 35 | 26 |
| Octal | 56 | 110 | 224 | 105 | 63 | 0 | 52 | 341 | 65 | 46 |
| Binary | 101110 | 1001000 | 10010100 | 1000101 | 110011 | 0 | 101010 | 11100001 | 110101 | 100110 |
Color Harmonies of #2E4894
Complementary color
Monochromatic Colors of #2E4894
Black with #2E4894
Text Example
Text Example
White with #2E4894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4894; }
p { color: rgb(46,72,148); }
H1.HeaderClassName
{
color: #2E4894;
}
.AnyTagClassName
{
color: #2E4894;
}
</style>
background-color css
<style>
a { background-color: #2E4894; }
a { background-color: rgb(46,72,148); }
div.DivClassName
{
background-color: #2E4894;
}
.BgClassName
{
background-color: #2E4894;
}
</style>
border-color css
<style>
span { border-color: #2E4894; }
span { border-color: rgb(46,72,148); }
td.TdClassName
{
border-color: #2E4894;
}
.TagClassName
{
border-color: #2E4894;
}
</style>