#2E5396

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

Shades of Endeavour #2E5396

Tints of Endeavour #2E5396

Color information

#2E5396 (or 0x2E5396) is unknown color: approx Endeavour. HEX triplet: 2E, 53 and 96. RGB value is (46,83,150). Sum of RGB (Red+Green+Blue) = 46+83+150=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E5396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5396 is #D1AC69. Grayscale: #4F4F4F. Windows color (decimal): -13741162 or 9851694. OLE color: 9851694.

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

Color convert

RGB4683150-
CMYK0.690.4500.41
HSL218.65º53.06%38.43%-
HSV(B)218.65º69.33%58.82%-
XYZ9.728.9730.07-
YUV79.57167.74104.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=16.49%
G=29.75%
B=53.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46831500.690.4500.41218.6553.0638.43
Hex2E5396452D029db3526
Octal56123226105550513336546
Binary1011101010011100101101000101101101010100111011011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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