Shades of Tory Blue #2E4686
Tints of Tory Blue #2E4686
RGB
CMYK
RGB Variations
Color information
#2E4686 (or 0x2E4686) is known color: Tory Blue. HEX triplet: 2E, 46 and 86. RGB value is (46,70,134). Sum of RGB (Red+Green+Blue) = 46+70+134=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #2E4686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4686 is #D1B979. Grayscale: #454545. Windows color (decimal): -13744506 or 8799790. OLE color: 8799790.
HSL color Cylindrical-coordinate representation of color #2E4686: hue angle of 223.64º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E4686 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 70 | 134 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.47 |
| HSL | 223.64º | 0.49% | 0.35% | - |
| HSV(B) | 223.64º | 0.66% | 0.53% | - |
| XYZ | 7.62 | 6.68 | 23.44 | - |
| YUV | 70.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 134 | 0.66 | 0.48 | 0 | 0.47 | 223.64 | 0.49 | 0.35 |
| Hex | 2E | 46 | 86 | 42 | 30 | 0 | 2F | E0 | 31 | 23 |
| Octal | 56 | 106 | 206 | 102 | 60 | 0 | 57 | 340 | 61 | 43 |
| Binary | 101110 | 1000110 | 10000110 | 1000010 | 110000 | 0 | 101111 | 11100000 | 110001 | 100011 |
Color Harmonies of #2E4686
Complementary color
Monochromatic Colors of #2E4686
Black with #2E4686
Text Example
Text Example
White with #2E4686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4686; }
p { color: rgb(46,70,134); }
H1.HeaderClassName
{
color: #2E4686;
}
.AnyTagClassName
{
color: #2E4686;
}
</style>
background-color css
<style>
a { background-color: #2E4686; }
a { background-color: rgb(46,70,134); }
div.DivClassName
{
background-color: #2E4686;
}
.BgClassName
{
background-color: #2E4686;
}
</style>
border-color css
<style>
span { border-color: #2E4686; }
span { border-color: rgb(46,70,134); }
td.TdClassName
{
border-color: #2E4686;
}
.TagClassName
{
border-color: #2E4686;
}
</style>