Shades of Tory Blue #2E3C99
Tints of Tory Blue #2E3C99
RGB
CMYK
RGB Variations
Color information
#2E3C99 (or 0x2E3C99) is known color: Tory Blue. HEX triplet: 2E, 3C and 99. RGB value is (46,60,153). Sum of RGB (Red+Green+Blue) = 46+60+153=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E3C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3C99 is #D1C366. Grayscale: #424242. Windows color (decimal): -13747047 or 10042414. OLE color: 10042414.
HSL color Cylindrical-coordinate representation of color #2E3C99: hue angle of 232.15º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E3C99 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 60 | 153 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.4 |
| HSL | 232.15º | 0.54% | 0.39% | - |
| HSV(B) | 232.15º | 0.7% | 0.6% | - |
| XYZ | 8.49 | 6.11 | 30.87 | - |
| YUV | 66.42 | 176.86 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 153 | 0.70 | 0.61 | 0 | 0.4 | 232.15 | 0.54 | 0.39 |
| Hex | 2E | 3C | 99 | 46 | 3D | 0 | 28 | E8 | 36 | 27 |
| Octal | 56 | 74 | 231 | 106 | 75 | 0 | 50 | 350 | 66 | 47 |
| Binary | 101110 | 111100 | 10011001 | 1000110 | 111101 | 0 | 101000 | 11101000 | 110110 | 100111 |
Color Harmonies of #2E3C99
Complementary color
Monochromatic Colors of #2E3C99
Black with #2E3C99
Text Example
Text Example
White with #2E3C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C99; }
p { color: rgb(46,60,153); }
H1.HeaderClassName
{
color: #2E3C99;
}
.AnyTagClassName
{
color: #2E3C99;
}
</style>
background-color css
<style>
a { background-color: #2E3C99; }
a { background-color: rgb(46,60,153); }
div.DivClassName
{
background-color: #2E3C99;
}
.BgClassName
{
background-color: #2E3C99;
}
</style>
border-color css
<style>
span { border-color: #2E3C99; }
span { border-color: rgb(46,60,153); }
td.TdClassName
{
border-color: #2E3C99;
}
.TagClassName
{
border-color: #2E3C99;
}
</style>