Shades of Tory Blue #2E4F9D
Tints of Tory Blue #2E4F9D
RGB
CMYK
RGB Variations
Color information
#2E4F9D (or 0x2E4F9D) is known color: Tory Blue. HEX triplet: 2E, 4F and 9D. RGB value is (46,79,157). Sum of RGB (Red+Green+Blue) = 46+79+157=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E4F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E4F9D is #D1B062. Grayscale: #4D4D4D. Windows color (decimal): -13742179 or 10309422. OLE color: 10309422.
HSL color Cylindrical-coordinate representation of color #2E4F9D: hue angle of 222.16º 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 #2E4F9D is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 79 | 157 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.38 |
| HSL | 222.16º | 0.55% | 0.4% | - |
| HSV(B) | 222.16º | 0.71% | 0.62% | - |
| XYZ | 10.01 | 8.61 | 33.03 | - |
| YUV | 78.03 | 172.57 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 157 | 0.71 | 0.50 | 0 | 0.38 | 222.16 | 0.55 | 0.4 |
| Hex | 2E | 4F | 9D | 47 | 32 | 0 | 26 | DE | 37 | 28 |
| Octal | 56 | 117 | 235 | 107 | 62 | 0 | 46 | 336 | 67 | 50 |
| Binary | 101110 | 1001111 | 10011101 | 1000111 | 110010 | 0 | 100110 | 11011110 | 110111 | 101000 |
Color Harmonies of #2E4F9D
Complementary color
Monochromatic Colors of #2E4F9D
Black with #2E4F9D
Text Example
Text Example
White with #2E4F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4F9D; }
p { color: rgb(46,79,157); }
H1.HeaderClassName
{
color: #2E4F9D;
}
.AnyTagClassName
{
color: #2E4F9D;
}
</style>
background-color css
<style>
a { background-color: #2E4F9D; }
a { background-color: rgb(46,79,157); }
div.DivClassName
{
background-color: #2E4F9D;
}
.BgClassName
{
background-color: #2E4F9D;
}
</style>
border-color css
<style>
span { border-color: #2E4F9D; }
span { border-color: rgb(46,79,157); }
td.TdClassName
{
border-color: #2E4F9D;
}
.TagClassName
{
border-color: #2E4F9D;
}
</style>