#2E509E

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

Shades of Tory Blue #2E509E

Tints of Tory Blue #2E509E

Color information

#2E509E (or 0x2E509E) is unknown color: approx Tory Blue. HEX triplet: 2E, 50 and 9E. RGB value is (46,80,158). Sum of RGB (Red+Green+Blue) = 46+80+158=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E509E is #D1AF61. Grayscale: #4E4E4E. Windows color (decimal): -13741922 or 10375214. OLE color: 10375214.

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

Color convert

RGB4680158-
CMYK0.710.4900.38
HSL221.79º54.9%40%-
HSV(B)221.79º70.89%61.96%-
XYZ10.178.7933.51-
YUV78.73172.74104.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.20%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=16.20%
G=28.17%
B=55.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46801580.710.4900.38221.7954.940
Hex2E509E4731026de3728
Octal56120236107610463366750
Binary1011101010000100111101000111110001010011011011110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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