#2E5895

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

Shades of Endeavour #2E5895

Tints of Endeavour #2E5895

Color information

#2E5895 (or 0x2E5895) is unknown color: approx Endeavour. HEX triplet: 2E, 58 and 95. RGB value is (46,88,149). Sum of RGB (Red+Green+Blue) = 46+88+149=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E5895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5895 is #D1A76A. Grayscale: #525252. Windows color (decimal): -13739883 or 9787438. OLE color: 9787438.

HSL color Cylindrical-coordinate representation of color #2E5895: hue angle of 215.53º degrees, saturation: 0.53, 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 #2E5895 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4688149-
CMYK0.690.4100.42
HSL215.53º52.82%38.24%-
HSV(B)215.53º69.13%58.43%-
XYZ10.049.7329.78-
YUV82.4165.59102.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.25%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=16.25%
G=31.10%
B=52.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46881490.690.4100.42215.5352.8238.24
Hex2E5895452902Ad83526
Octal56130225105510523306546
Binary1011101011000100101011000101101001010101011011000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,88,149); }

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

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

 a { background-color: rgb(46,88,149); }

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

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

 span { border-color: rgb(46,88,149); }

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