Shades of Tory Blue #2E529E
Tints of Tory Blue #2E529E
RGB
CMYK
RGB Variations
Color information
#2E529E (or 0x2E529E) is known color: Tory Blue. HEX triplet: 2E, 52 and 9E. RGB value is (46,82,158). Sum of RGB (Red+Green+Blue) = 46+82+158=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E529E is #D1AD61. Grayscale: #4F4F4F. Windows color (decimal): -13741410 or 10375726. OLE color: 10375726.
HSL color Cylindrical-coordinate representation of color #2E529E: hue angle of 220.71º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E529E is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 82 | 158 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.38 |
| HSL | 220.71º | 0.55% | 0.4% | - |
| HSV(B) | 220.71º | 0.71% | 0.62% | - |
| XYZ | 10.32 | 9.08 | 33.56 | - |
| YUV | 79.9 | 172.07 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 158 | 0.71 | 0.48 | 0 | 0.38 | 220.71 | 0.55 | 0.4 |
| Hex | 2E | 52 | 9E | 47 | 30 | 0 | 26 | DD | 37 | 28 |
| Octal | 56 | 122 | 236 | 107 | 60 | 0 | 46 | 335 | 67 | 50 |
| Binary | 101110 | 1010010 | 10011110 | 1000111 | 110000 | 0 | 100110 | 11011101 | 110111 | 101000 |
Color Harmonies of #2E529E
Complementary color
Monochromatic Colors of #2E529E
Black with #2E529E
Text Example
Text Example
White with #2E529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E529E; }
p { color: rgb(46,82,158); }
H1.HeaderClassName
{
color: #2E529E;
}
.AnyTagClassName
{
color: #2E529E;
}
</style>
background-color css
<style>
a { background-color: #2E529E; }
a { background-color: rgb(46,82,158); }
div.DivClassName
{
background-color: #2E529E;
}
.BgClassName
{
background-color: #2E529E;
}
</style>
border-color css
<style>
span { border-color: #2E529E; }
span { border-color: rgb(46,82,158); }
td.TdClassName
{
border-color: #2E529E;
}
.TagClassName
{
border-color: #2E529E;
}
</style>