Shades of Tory Blue #2E3E9F
Tints of Tory Blue #2E3E9F
RGB
CMYK
RGB Variations
Color information
#2E3E9F (or 0x2E3E9F) is known color: Tory Blue. HEX triplet: 2E, 3E and 9F. RGB value is (46,62,159). Sum of RGB (Red+Green+Blue) = 46+62+159=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E3E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3E9F is #D1C160. Grayscale: #434343. Windows color (decimal): -13746529 or 10436142. OLE color: 10436142.
HSL color Cylindrical-coordinate representation of color #2E3E9F: hue angle of 231.5º 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 #2E3E9F is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 62 | 159 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.38 |
| HSL | 231.5º | 0.55% | 0.4% | - |
| HSV(B) | 231.5º | 0.71% | 0.62% | - |
| XYZ | 9.11 | 6.53 | 33.58 | - |
| YUV | 68.27 | 179.2 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 159 | 0.71 | 0.61 | 0 | 0.38 | 231.5 | 0.55 | 0.4 |
| Hex | 2E | 3E | 9F | 47 | 3D | 0 | 26 | E8 | 37 | 28 |
| Octal | 56 | 76 | 237 | 107 | 75 | 0 | 46 | 350 | 67 | 50 |
| Binary | 101110 | 111110 | 10011111 | 1000111 | 111101 | 0 | 100110 | 11101000 | 110111 | 101000 |
Color Harmonies of #2E3E9F
Complementary color
Monochromatic Colors of #2E3E9F
Black with #2E3E9F
Text Example
Text Example
White with #2E3E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E9F; }
p { color: rgb(46,62,159); }
H1.HeaderClassName
{
color: #2E3E9F;
}
.AnyTagClassName
{
color: #2E3E9F;
}
</style>
background-color css
<style>
a { background-color: #2E3E9F; }
a { background-color: rgb(46,62,159); }
div.DivClassName
{
background-color: #2E3E9F;
}
.BgClassName
{
background-color: #2E3E9F;
}
</style>
border-color css
<style>
span { border-color: #2E3E9F; }
span { border-color: rgb(46,62,159); }
td.TdClassName
{
border-color: #2E3E9F;
}
.TagClassName
{
border-color: #2E3E9F;
}
</style>