Shades of Tory Blue #2E439D
Tints of Tory Blue #2E439D
RGB
CMYK
RGB Variations
Color information
#2E439D (or 0x2E439D) is known color: Tory Blue. HEX triplet: 2E, 43 and 9D. RGB value is (46,67,157). Sum of RGB (Red+Green+Blue) = 46+67+157=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E439D is #D1BC62. Grayscale: #464646. Windows color (decimal): -13745251 or 10306350. OLE color: 10306350.
HSL color Cylindrical-coordinate representation of color #2E439D: hue angle of 228.65º 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 #2E439D is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 67 | 157 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.38 |
| HSL | 228.65º | 0.55% | 0.4% | - |
| HSV(B) | 228.65º | 0.71% | 0.62% | - |
| XYZ | 9.22 | 7.03 | 32.77 | - |
| YUV | 70.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 157 | 0.71 | 0.57 | 0 | 0.38 | 228.65 | 0.55 | 0.4 |
| Hex | 2E | 43 | 9D | 47 | 39 | 0 | 26 | E5 | 37 | 28 |
| Octal | 56 | 103 | 235 | 107 | 71 | 0 | 46 | 345 | 67 | 50 |
| Binary | 101110 | 1000011 | 10011101 | 1000111 | 111001 | 0 | 100110 | 11100101 | 110111 | 101000 |
Color Harmonies of #2E439D
Complementary color
Monochromatic Colors of #2E439D
Black with #2E439D
Text Example
Text Example
White with #2E439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E439D; }
p { color: rgb(46,67,157); }
H1.HeaderClassName
{
color: #2E439D;
}
.AnyTagClassName
{
color: #2E439D;
}
</style>
background-color css
<style>
a { background-color: #2E439D; }
a { background-color: rgb(46,67,157); }
div.DivClassName
{
background-color: #2E439D;
}
.BgClassName
{
background-color: #2E439D;
}
</style>
border-color css
<style>
span { border-color: #2E439D; }
span { border-color: rgb(46,67,157); }
td.TdClassName
{
border-color: #2E439D;
}
.TagClassName
{
border-color: #2E439D;
}
</style>