#2E5B93

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

Shades of Endeavour #2E5B93

Tints of Endeavour #2E5B93

Color information

#2E5B93 (or 0x2E5B93) is unknown color: approx Endeavour. HEX triplet: 2E, 5B and 93. RGB value is (46,91,147). Sum of RGB (Red+Green+Blue) = 46+91+147=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E5B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5B93 is #D1A46C. Grayscale: #535353. Windows color (decimal): -13739117 or 9657134. OLE color: 9657134.

HSL color Cylindrical-coordinate representation of color #2E5B93: hue angle of 213.27º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E5B93 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4691147-
CMYK0.690.3800.42
HSL213.27º52.33%37.84%-
HSV(B)213.27º68.71%57.65%-
XYZ10.1310.1729.03-
YUV83.93163.59100.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.20%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=16.20%
G=32.04%
B=51.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46911470.690.3800.42213.2752.3337.84
Hex2E5B93452602Ad53426
Octal56133223105460523256446
Binary1011101011011100100111000101100110010101011010101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,91,147); }

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

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

 a { background-color: rgb(46,91,147); }

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

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

 span { border-color: rgb(46,91,147); }

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