Shades of Tory Blue #2E459D
Tints of Tory Blue #2E459D
RGB
CMYK
RGB Variations
Color information
#2E459D (or 0x2E459D) is known color: Tory Blue. HEX triplet: 2E, 45 and 9D. RGB value is (46,69,157). Sum of RGB (Red+Green+Blue) = 46+69+157=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E459D is #D1BA62. Grayscale: #474747. Windows color (decimal): -13744739 or 10306862. OLE color: 10306862.
HSL color Cylindrical-coordinate representation of color #2E459D: hue angle of 227.57º 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 #2E459D is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 69 | 157 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.38 |
| HSL | 227.57º | 0.55% | 0.4% | - |
| HSV(B) | 227.57º | 0.71% | 0.62% | - |
| XYZ | 9.34 | 7.27 | 32.81 | - |
| YUV | 72.16 | 175.88 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 157 | 0.71 | 0.56 | 0 | 0.38 | 227.57 | 0.55 | 0.4 |
| Hex | 2E | 45 | 9D | 47 | 38 | 0 | 26 | E4 | 37 | 28 |
| Octal | 56 | 105 | 235 | 107 | 70 | 0 | 46 | 344 | 67 | 50 |
| Binary | 101110 | 1000101 | 10011101 | 1000111 | 111000 | 0 | 100110 | 11100100 | 110111 | 101000 |
Color Harmonies of #2E459D
Complementary color
Monochromatic Colors of #2E459D
Black with #2E459D
Text Example
Text Example
White with #2E459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E459D; }
p { color: rgb(46,69,157); }
H1.HeaderClassName
{
color: #2E459D;
}
.AnyTagClassName
{
color: #2E459D;
}
</style>
background-color css
<style>
a { background-color: #2E459D; }
a { background-color: rgb(46,69,157); }
div.DivClassName
{
background-color: #2E459D;
}
.BgClassName
{
background-color: #2E459D;
}
</style>
border-color css
<style>
span { border-color: #2E459D; }
span { border-color: rgb(46,69,157); }
td.TdClassName
{
border-color: #2E459D;
}
.TagClassName
{
border-color: #2E459D;
}
</style>