Shades of Tory Blue #2E529D
Tints of Tory Blue #2E529D
RGB
CMYK
RGB Variations
Color information
#2E529D (or 0x2E529D) is known color: Tory Blue. HEX triplet: 2E, 52 and 9D. RGB value is (46,82,157). Sum of RGB (Red+Green+Blue) = 46+82+157=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E529D is #D1AD62. Grayscale: #4F4F4F. Windows color (decimal): -13741411 or 10310190. OLE color: 10310190.
HSL color Cylindrical-coordinate representation of color #2E529D: hue angle of 220.54º 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 #2E529D is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 82 | 157 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.38 |
| HSL | 220.54º | 0.55% | 0.4% | - |
| HSV(B) | 220.54º | 0.71% | 0.62% | - |
| XYZ | 10.23 | 9.05 | 33.11 | - |
| YUV | 79.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 157 | 0.71 | 0.48 | 0 | 0.38 | 220.54 | 0.55 | 0.4 |
| Hex | 2E | 52 | 9D | 47 | 30 | 0 | 26 | DD | 37 | 28 |
| Octal | 56 | 122 | 235 | 107 | 60 | 0 | 46 | 335 | 67 | 50 |
| Binary | 101110 | 1010010 | 10011101 | 1000111 | 110000 | 0 | 100110 | 11011101 | 110111 | 101000 |
Color Harmonies of #2E529D
Complementary color
Monochromatic Colors of #2E529D
Black with #2E529D
Text Example
Text Example
White with #2E529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E529D; }
p { color: rgb(46,82,157); }
H1.HeaderClassName
{
color: #2E529D;
}
.AnyTagClassName
{
color: #2E529D;
}
</style>
background-color css
<style>
a { background-color: #2E529D; }
a { background-color: rgb(46,82,157); }
div.DivClassName
{
background-color: #2E529D;
}
.BgClassName
{
background-color: #2E529D;
}
</style>
border-color css
<style>
span { border-color: #2E529D; }
span { border-color: rgb(46,82,157); }
td.TdClassName
{
border-color: #2E529D;
}
.TagClassName
{
border-color: #2E529D;
}
</style>