Shades of Tory Blue #2E419B
Tints of Tory Blue #2E419B
RGB
CMYK
RGB Variations
Color information
#2E419B (or 0x2E419B) is known color: Tory Blue. HEX triplet: 2E, 41 and 9B. RGB value is (46,65,155). Sum of RGB (Red+Green+Blue) = 46+65+155=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E419B is #D1BE64. Grayscale: #454545. Windows color (decimal): -13745765 or 10174766. OLE color: 10174766.
HSL color Cylindrical-coordinate representation of color #2E419B: hue angle of 229.54º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E419B is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 65 | 155 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.39 |
| HSL | 229.54º | 0.54% | 0.39% | - |
| HSV(B) | 229.54º | 0.7% | 0.61% | - |
| XYZ | 8.93 | 6.73 | 31.84 | - |
| YUV | 69.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 155 | 0.70 | 0.58 | 0 | 0.39 | 229.54 | 0.54 | 0.39 |
| Hex | 2E | 41 | 9B | 46 | 3A | 0 | 27 | E6 | 36 | 27 |
| Octal | 56 | 101 | 233 | 106 | 72 | 0 | 47 | 346 | 66 | 47 |
| Binary | 101110 | 1000001 | 10011011 | 1000110 | 111010 | 0 | 100111 | 11100110 | 110110 | 100111 |
Color Harmonies of #2E419B
Complementary color
Monochromatic Colors of #2E419B
Black with #2E419B
Text Example
Text Example
White with #2E419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E419B; }
p { color: rgb(46,65,155); }
H1.HeaderClassName
{
color: #2E419B;
}
.AnyTagClassName
{
color: #2E419B;
}
</style>
background-color css
<style>
a { background-color: #2E419B; }
a { background-color: rgb(46,65,155); }
div.DivClassName
{
background-color: #2E419B;
}
.BgClassName
{
background-color: #2E419B;
}
</style>
border-color css
<style>
span { border-color: #2E419B; }
span { border-color: rgb(46,65,155); }
td.TdClassName
{
border-color: #2E419B;
}
.TagClassName
{
border-color: #2E419B;
}
</style>