Shades of Tory Blue #2E478E
Tints of Tory Blue #2E478E
RGB
CMYK
RGB Variations
Color information
#2E478E (or 0x2E478E) is known color: Tory Blue. HEX triplet: 2E, 47 and 8E. RGB value is (46,71,142). Sum of RGB (Red+Green+Blue) = 46+71+142=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E478E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E478E is #D1B871. Grayscale: #474747. Windows color (decimal): -13744242 or 9324334. OLE color: 9324334.
HSL color Cylindrical-coordinate representation of color #2E478E: hue angle of 224.38º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E478E is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 71 | 142 | - |
| CMYK | 0.68 | 0.5 | 0 | 0.44 |
| HSL | 224.38º | 0.51% | 0.37% | - |
| HSV(B) | 224.38º | 0.68% | 0.56% | - |
| XYZ | 8.26 | 7.04 | 26.51 | - |
| YUV | 71.62 | 167.72 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 142 | 0.68 | 0.5 | 0 | 0.44 | 224.38 | 0.51 | 0.37 |
| Hex | 2E | 47 | 8E | 44 | 32 | 0 | 2C | E0 | 33 | 25 |
| Octal | 56 | 107 | 216 | 104 | 62 | 0 | 54 | 340 | 63 | 45 |
| Binary | 101110 | 1000111 | 10001110 | 1000100 | 110010 | 0 | 101100 | 11100000 | 110011 | 100101 |
Color Harmonies of #2E478E
Complementary color
Monochromatic Colors of #2E478E
Black with #2E478E
Text Example
Text Example
White with #2E478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E478E; }
p { color: rgb(46,71,142); }
H1.HeaderClassName
{
color: #2E478E;
}
.AnyTagClassName
{
color: #2E478E;
}
</style>
background-color css
<style>
a { background-color: #2E478E; }
a { background-color: rgb(46,71,142); }
div.DivClassName
{
background-color: #2E478E;
}
.BgClassName
{
background-color: #2E478E;
}
</style>
border-color css
<style>
span { border-color: #2E478E; }
span { border-color: rgb(46,71,142); }
td.TdClassName
{
border-color: #2E478E;
}
.TagClassName
{
border-color: #2E478E;
}
</style>