Shades of Tory Blue #2E4D9E
Tints of Tory Blue #2E4D9E
RGB
CMYK
RGB Variations
Color information
#2E4D9E (or 0x2E4D9E) is known color: Tory Blue. HEX triplet: 2E, 4D and 9E. RGB value is (46,77,158). Sum of RGB (Red+Green+Blue) = 46+77+158=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E4D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E4D9E is #D1B261. Grayscale: #4C4C4C. Windows color (decimal): -13742690 or 10374446. OLE color: 10374446.
HSL color Cylindrical-coordinate representation of color #2E4D9E: hue angle of 223.39º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E4D9E is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 77 | 158 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.38 |
| HSL | 223.39º | 0.55% | 0.4% | - |
| HSV(B) | 223.39º | 0.71% | 0.62% | - |
| XYZ | 9.95 | 8.36 | 33.44 | - |
| YUV | 76.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 158 | 0.71 | 0.51 | 0 | 0.38 | 223.39 | 0.55 | 0.4 |
| Hex | 2E | 4D | 9E | 47 | 33 | 0 | 26 | DF | 37 | 28 |
| Octal | 56 | 115 | 236 | 107 | 63 | 0 | 46 | 337 | 67 | 50 |
| Binary | 101110 | 1001101 | 10011110 | 1000111 | 110011 | 0 | 100110 | 11011111 | 110111 | 101000 |
Color Harmonies of #2E4D9E
Complementary color
Monochromatic Colors of #2E4D9E
Black with #2E4D9E
Text Example
Text Example
White with #2E4D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4D9E; }
p { color: rgb(46,77,158); }
H1.HeaderClassName
{
color: #2E4D9E;
}
.AnyTagClassName
{
color: #2E4D9E;
}
</style>
background-color css
<style>
a { background-color: #2E4D9E; }
a { background-color: rgb(46,77,158); }
div.DivClassName
{
background-color: #2E4D9E;
}
.BgClassName
{
background-color: #2E4D9E;
}
</style>
border-color css
<style>
span { border-color: #2E4D9E; }
span { border-color: rgb(46,77,158); }
td.TdClassName
{
border-color: #2E4D9E;
}
.TagClassName
{
border-color: #2E4D9E;
}
</style>