Shades of Tory Blue #2E4290
Tints of Tory Blue #2E4290
RGB
CMYK
RGB Variations
Color information
#2E4290 (or 0x2E4290) is known color: Tory Blue. HEX triplet: 2E, 42 and 90. RGB value is (46,66,144). Sum of RGB (Red+Green+Blue) = 46+66+144=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E4290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4290 is #D1BD6F. Grayscale: #444444. Windows color (decimal): -13745520 or 9454126. OLE color: 9454126.
HSL color Cylindrical-coordinate representation of color #2E4290: hue angle of 227.76º 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 #2E4290 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 66 | 144 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.44 |
| HSL | 227.76º | 0.52% | 0.37% | - |
| HSV(B) | 227.76º | 0.68% | 0.56% | - |
| XYZ | 8.11 | 6.49 | 27.21 | - |
| YUV | 68.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 144 | 0.68 | 0.54 | 0 | 0.44 | 227.76 | 0.52 | 0.37 |
| Hex | 2E | 42 | 90 | 44 | 36 | 0 | 2C | E4 | 34 | 25 |
| Octal | 56 | 102 | 220 | 104 | 66 | 0 | 54 | 344 | 64 | 45 |
| Binary | 101110 | 1000010 | 10010000 | 1000100 | 110110 | 0 | 101100 | 11100100 | 110100 | 100101 |
Color Harmonies of #2E4290
Complementary color
Monochromatic Colors of #2E4290
Black with #2E4290
Text Example
Text Example
White with #2E4290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4290; }
p { color: rgb(46,66,144); }
H1.HeaderClassName
{
color: #2E4290;
}
.AnyTagClassName
{
color: #2E4290;
}
</style>
background-color css
<style>
a { background-color: #2E4290; }
a { background-color: rgb(46,66,144); }
div.DivClassName
{
background-color: #2E4290;
}
.BgClassName
{
background-color: #2E4290;
}
</style>
border-color css
<style>
span { border-color: #2E4290; }
span { border-color: rgb(46,66,144); }
td.TdClassName
{
border-color: #2E4290;
}
.TagClassName
{
border-color: #2E4290;
}
</style>