Shades of Tory Blue #2E419C
Tints of Tory Blue #2E419C
RGB
CMYK
RGB Variations
Color information
#2E419C (or 0x2E419C) is known color: Tory Blue. HEX triplet: 2E, 41 and 9C. RGB value is (46,65,156). Sum of RGB (Red+Green+Blue) = 46+65+156=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E419C is #D1BE63. Grayscale: #454545. Windows color (decimal): -13745764 or 10240302. OLE color: 10240302.
HSL color Cylindrical-coordinate representation of color #2E419C: hue angle of 229.64º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E419C is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 65 | 156 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.39 |
| HSL | 229.64º | 0.54% | 0.4% | - |
| HSV(B) | 229.64º | 0.71% | 0.61% | - |
| XYZ | 9.02 | 6.76 | 32.28 | - |
| YUV | 69.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 156 | 0.71 | 0.58 | 0 | 0.39 | 229.64 | 0.54 | 0.4 |
| Hex | 2E | 41 | 9C | 47 | 3A | 0 | 27 | E6 | 36 | 28 |
| Octal | 56 | 101 | 234 | 107 | 72 | 0 | 47 | 346 | 66 | 50 |
| Binary | 101110 | 1000001 | 10011100 | 1000111 | 111010 | 0 | 100111 | 11100110 | 110110 | 101000 |
Color Harmonies of #2E419C
Complementary color
Monochromatic Colors of #2E419C
Black with #2E419C
Text Example
Text Example
White with #2E419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E419C; }
p { color: rgb(46,65,156); }
H1.HeaderClassName
{
color: #2E419C;
}
.AnyTagClassName
{
color: #2E419C;
}
</style>
background-color css
<style>
a { background-color: #2E419C; }
a { background-color: rgb(46,65,156); }
div.DivClassName
{
background-color: #2E419C;
}
.BgClassName
{
background-color: #2E419C;
}
</style>
border-color css
<style>
span { border-color: #2E419C; }
span { border-color: rgb(46,65,156); }
td.TdClassName
{
border-color: #2E419C;
}
.TagClassName
{
border-color: #2E419C;
}
</style>