#2E5397

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

Shades of Endeavour #2E5397

Tints of Endeavour #2E5397

Color information

#2E5397 (or 0x2E5397) is unknown color: approx Endeavour. HEX triplet: 2E, 53 and 97. RGB value is (46,83,151). Sum of RGB (Red+Green+Blue) = 46+83+151=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E5397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5397 is #D1AC68. Grayscale: #4F4F4F. Windows color (decimal): -13741161 or 9917230. OLE color: 9917230.

HSL color Cylindrical-coordinate representation of color #2E5397: hue angle of 218.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E5397 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4683151-
CMYK0.700.4500.41
HSL218.86º53.3%38.63%-
HSV(B)218.86º69.54%59.22%-
XYZ9.81930.5-
YUV79.69168.24103.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.43%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 151 (59.38% from 255) = 53.93%
R=16.43%
G=29.64%
B=53.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46831510.700.4500.41218.8653.338.63
Hex2E5397462D029db3527
Octal56123227106550513336547
Binary1011101010011100101111000110101101010100111011011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,83,151); }

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

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

 a { background-color: rgb(46,83,151); }

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

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

 span { border-color: rgb(46,83,151); }

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