#2e4d9e

Color #2E4D9E Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #2E4D9E

Tints of Tory Blue #2E4D9E

Color information

#2E4D9E (or 0x2E4D9E) is unknown color: approx Tory Blue. HEX triplet: 2E, 4D and 9E. RGB value is (46,77,158). Sum of RGB (Red+Green+Blue) = 46+77+158=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E4D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E4D9E is #D1B261. Grayscale: #4C4C4C. Windows color (decimal): -13742690 or 10374446. OLE color: 10374446.

HSL color Cylindrical-coordinate representation of color #2E4D9E: hue angle of 223.39º 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 #2E4D9E is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4677158-
CMYK0.710.5100.38
HSL223.39º54.9%40%-
HSV(B)223.39º70.89%61.96%-
XYZ9.958.3633.44-
YUV76.96173.73105.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=16.37%
G=27.40%
B=56.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46771580.710.5100.38223.3954.940
Hex2E4D9E4733026df3728
Octal56115236107630463376750
Binary1011101001101100111101000111110011010011011011111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e4d9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2e4d9e; }

 p { color: rgb(46,77,158); }

 H1.HeaderClassName
 {
   color: #2e4d9e;
 }
 .AnyTagClassName
 {
   color: #2e4d9e;
 }
</style>
background-color css

<style>
 a { background-color: #2e4d9e; }

 a { background-color: rgb(46,77,158); }

 div.DivClassName
 {
   background-color: #2e4d9e;
 }
 .BgClassName
 {
   background-color: #2e4d9e;
 }
</style>
border-color css

<style>
 span { border-color: #2e4d9e; }

 span { border-color: rgb(46,77,158); }

 td.TdClassName
 {
   border-color: #2e4d9e;
 }
 .TagClassName
 {
   border-color: #2e4d9e;
 }
</style>