Shades of Tory Blue #2E498B
Tints of Tory Blue #2E498B
RGB
CMYK
RGB Variations
Color information
#2E498B (or 0x2E498B) is known color: Tory Blue. HEX triplet: 2E, 49 and 8B. RGB value is (46,73,139). Sum of RGB (Red+Green+Blue) = 46+73+139=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E498B is #D1B674. Grayscale: #484848. Windows color (decimal): -13743733 or 9128238. OLE color: 9128238.
HSL color Cylindrical-coordinate representation of color #2E498B: hue angle of 222.58º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E498B is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 73 | 139 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.45 |
| HSL | 222.58º | 0.5% | 0.36% | - |
| HSV(B) | 222.58º | 0.67% | 0.55% | - |
| XYZ | 8.17 | 7.21 | 25.39 | - |
| YUV | 72.45 | 165.55 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 139 | 0.67 | 0.47 | 0 | 0.45 | 222.58 | 0.5 | 0.36 |
| Hex | 2E | 49 | 8B | 43 | 2F | 0 | 2D | DF | 32 | 24 |
| Octal | 56 | 111 | 213 | 103 | 57 | 0 | 55 | 337 | 62 | 44 |
| Binary | 101110 | 1001001 | 10001011 | 1000011 | 101111 | 0 | 101101 | 11011111 | 110010 | 100100 |
Color Harmonies of #2E498B
Complementary color
Monochromatic Colors of #2E498B
Black with #2E498B
Text Example
Text Example
White with #2E498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E498B; }
p { color: rgb(46,73,139); }
H1.HeaderClassName
{
color: #2E498B;
}
.AnyTagClassName
{
color: #2E498B;
}
</style>
background-color css
<style>
a { background-color: #2E498B; }
a { background-color: rgb(46,73,139); }
div.DivClassName
{
background-color: #2E498B;
}
.BgClassName
{
background-color: #2E498B;
}
</style>
border-color css
<style>
span { border-color: #2E498B; }
span { border-color: rgb(46,73,139); }
td.TdClassName
{
border-color: #2E498B;
}
.TagClassName
{
border-color: #2E498B;
}
</style>