Shades of Tory Blue #2E4584
Tints of Tory Blue #2E4584
RGB
CMYK
RGB Variations
Color information
#2E4584 (or 0x2E4584) is known color: Tory Blue. HEX triplet: 2E, 45 and 84. RGB value is (46,69,132). Sum of RGB (Red+Green+Blue) = 46+69+132=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E4584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4584 is #D1BA7B. Grayscale: #454545. Windows color (decimal): -13744764 or 8668462. OLE color: 8668462.
HSL color Cylindrical-coordinate representation of color #2E4584: hue angle of 223.95º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E4584 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 69 | 132 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.48 |
| HSL | 223.95º | 0.48% | 0.35% | - |
| HSV(B) | 223.95º | 0.65% | 0.52% | - |
| XYZ | 7.42 | 6.5 | 22.69 | - |
| YUV | 69.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 132 | 0.65 | 0.48 | 0 | 0.48 | 223.95 | 0.48 | 0.35 |
| Hex | 2E | 45 | 84 | 41 | 30 | 0 | 30 | E0 | 30 | 23 |
| Octal | 56 | 105 | 204 | 101 | 60 | 0 | 60 | 340 | 60 | 43 |
| Binary | 101110 | 1000101 | 10000100 | 1000001 | 110000 | 0 | 110000 | 11100000 | 110000 | 100011 |
Color Harmonies of #2E4584
Complementary color
Monochromatic Colors of #2E4584
Black with #2E4584
Text Example
Text Example
White with #2E4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4584; }
p { color: rgb(46,69,132); }
H1.HeaderClassName
{
color: #2E4584;
}
.AnyTagClassName
{
color: #2E4584;
}
</style>
background-color css
<style>
a { background-color: #2E4584; }
a { background-color: rgb(46,69,132); }
div.DivClassName
{
background-color: #2E4584;
}
.BgClassName
{
background-color: #2E4584;
}
</style>
border-color css
<style>
span { border-color: #2E4584; }
span { border-color: rgb(46,69,132); }
td.TdClassName
{
border-color: #2E4584;
}
.TagClassName
{
border-color: #2E4584;
}
</style>