Shades of Tory Blue #2E449A
Tints of Tory Blue #2E449A
RGB
CMYK
RGB Variations
Color information
#2E449A (or 0x2E449A) is known color: Tory Blue. HEX triplet: 2E, 44 and 9A. RGB value is (46,68,154). Sum of RGB (Red+Green+Blue) = 46+68+154=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E449A is #D1BB65. Grayscale: #464646. Windows color (decimal): -13744998 or 10109998. OLE color: 10109998.
HSL color Cylindrical-coordinate representation of color #2E449A: hue angle of 227.78º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E449A is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 68 | 154 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.40 |
| HSL | 227.78º | 0.54% | 0.39% | - |
| HSV(B) | 227.78º | 0.7% | 0.6% | - |
| XYZ | 9.03 | 7.05 | 31.46 | - |
| YUV | 71.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 154 | 0.70 | 0.56 | 0 | 0.40 | 227.78 | 0.54 | 0.39 |
| Hex | 2E | 44 | 9A | 46 | 38 | 0 | 28 | E4 | 36 | 27 |
| Octal | 56 | 104 | 232 | 106 | 70 | 0 | 50 | 344 | 66 | 47 |
| Binary | 101110 | 1000100 | 10011010 | 1000110 | 111000 | 0 | 101000 | 11100100 | 110110 | 100111 |
Color Harmonies of #2E449A
Complementary color
Monochromatic Colors of #2E449A
Black with #2E449A
Text Example
Text Example
White with #2E449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E449A; }
p { color: rgb(46,68,154); }
H1.HeaderClassName
{
color: #2E449A;
}
.AnyTagClassName
{
color: #2E449A;
}
</style>
background-color css
<style>
a { background-color: #2E449A; }
a { background-color: rgb(46,68,154); }
div.DivClassName
{
background-color: #2E449A;
}
.BgClassName
{
background-color: #2E449A;
}
</style>
border-color css
<style>
span { border-color: #2E449A; }
span { border-color: rgb(46,68,154); }
td.TdClassName
{
border-color: #2E449A;
}
.TagClassName
{
border-color: #2E449A;
}
</style>