Shades of Tory Blue #2E3B91
Tints of Tory Blue #2E3B91
RGB
CMYK
RGB Variations
Color information
#2E3B91 (or 0x2E3B91) is known color: Tory Blue. HEX triplet: 2E, 3B and 91. RGB value is (46,59,145). Sum of RGB (Red+Green+Blue) = 46+59+145=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E3B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3B91 is #D1C46E. Grayscale: #404040. Windows color (decimal): -13747311 or 9517870. OLE color: 9517870.
HSL color Cylindrical-coordinate representation of color #2E3B91: hue angle of 232.12º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E3B91 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 59 | 145 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.43 |
| HSL | 232.12º | 0.52% | 0.37% | - |
| HSV(B) | 232.12º | 0.68% | 0.57% | - |
| XYZ | 7.8 | 5.75 | 27.49 | - |
| YUV | 64.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 145 | 0.68 | 0.59 | 0 | 0.43 | 232.12 | 0.52 | 0.37 |
| Hex | 2E | 3B | 91 | 44 | 3B | 0 | 2B | E8 | 34 | 25 |
| Octal | 56 | 73 | 221 | 104 | 73 | 0 | 53 | 350 | 64 | 45 |
| Binary | 101110 | 111011 | 10010001 | 1000100 | 111011 | 0 | 101011 | 11101000 | 110100 | 100101 |
Color Harmonies of #2E3B91
Complementary color
Monochromatic Colors of #2E3B91
Black with #2E3B91
Text Example
Text Example
White with #2E3B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3B91; }
p { color: rgb(46,59,145); }
H1.HeaderClassName
{
color: #2E3B91;
}
.AnyTagClassName
{
color: #2E3B91;
}
</style>
background-color css
<style>
a { background-color: #2E3B91; }
a { background-color: rgb(46,59,145); }
div.DivClassName
{
background-color: #2E3B91;
}
.BgClassName
{
background-color: #2E3B91;
}
</style>
border-color css
<style>
span { border-color: #2E3B91; }
span { border-color: rgb(46,59,145); }
td.TdClassName
{
border-color: #2E3B91;
}
.TagClassName
{
border-color: #2E3B91;
}
</style>