Shades of Tory Blue #2E4490
Tints of Tory Blue #2E4490
RGB
CMYK
RGB Variations
Color information
#2E4490 (or 0x2E4490) is known color: Tory Blue. HEX triplet: 2E, 44 and 90. RGB value is (46,68,144). Sum of RGB (Red+Green+Blue) = 46+68+144=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E4490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4490 is #D1BB6F. Grayscale: #454545. Windows color (decimal): -13745008 or 9454638. OLE color: 9454638.
HSL color Cylindrical-coordinate representation of color #2E4490: hue angle of 226.53º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E4490 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 68 | 144 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.44 |
| HSL | 226.53º | 0.52% | 0.37% | - |
| HSV(B) | 226.53º | 0.68% | 0.56% | - |
| XYZ | 8.23 | 6.73 | 27.25 | - |
| YUV | 70.09 | 169.71 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 144 | 0.68 | 0.53 | 0 | 0.44 | 226.53 | 0.52 | 0.37 |
| Hex | 2E | 44 | 90 | 44 | 35 | 0 | 2C | E3 | 34 | 25 |
| Octal | 56 | 104 | 220 | 104 | 65 | 0 | 54 | 343 | 64 | 45 |
| Binary | 101110 | 1000100 | 10010000 | 1000100 | 110101 | 0 | 101100 | 11100011 | 110100 | 100101 |
Color Harmonies of #2E4490
Complementary color
Monochromatic Colors of #2E4490
Black with #2E4490
Text Example
Text Example
White with #2E4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4490; }
p { color: rgb(46,68,144); }
H1.HeaderClassName
{
color: #2E4490;
}
.AnyTagClassName
{
color: #2E4490;
}
</style>
background-color css
<style>
a { background-color: #2E4490; }
a { background-color: rgb(46,68,144); }
div.DivClassName
{
background-color: #2E4490;
}
.BgClassName
{
background-color: #2E4490;
}
</style>
border-color css
<style>
span { border-color: #2E4490; }
span { border-color: rgb(46,68,144); }
td.TdClassName
{
border-color: #2E4490;
}
.TagClassName
{
border-color: #2E4490;
}
</style>