#2E4089

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

Shades of Tory Blue #2E4089

Tints of Tory Blue #2E4089

Color information

#2E4089 (or 0x2E4089) is unknown color: approx Tory Blue. HEX triplet: 2E, 40 and 89. RGB value is (46,64,137). Sum of RGB (Red+Green+Blue) = 46+64+137=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E4089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4089 is #D1BF76. Grayscale: #424242. Windows color (decimal): -13746039 or 8994862. OLE color: 8994862.

HSL color Cylindrical-coordinate representation of color #2E4089: hue angle of 228.13º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E4089 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4664137-
CMYK0.660.5300.46
HSL228.13º49.73%35.88%-
HSV(B)228.13º66.42%53.73%-
XYZ7.486.0524.44-
YUV66.94167.54113.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=18.62%
G=25.91%
B=55.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46641370.660.5300.46228.1349.7335.88
Hex2E4089423502Ee43224
Octal56100211102650563446244
Binary1011101000000100010011000010110101010111011100100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,64,137); }

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

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

 a { background-color: rgb(46,64,137); }

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

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

 span { border-color: rgb(46,64,137); }

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