#2E5897

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

Shades of Endeavour #2E5897

Tints of Endeavour #2E5897

Color information

#2E5897 (or 0x2E5897) is unknown color: approx Endeavour. HEX triplet: 2E, 58 and 97. RGB value is (46,88,151). Sum of RGB (Red+Green+Blue) = 46+88+151=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E5897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5897 is #D1A768. Grayscale: #525252. Windows color (decimal): -13739881 or 9918510. OLE color: 9918510.

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

Color convert

RGB4688151-
CMYK0.700.4200.41
HSL216º53.3%38.63%-
HSV(B)216º69.54%59.22%-
XYZ10.29.7930.63-
YUV82.62166.59101.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 151 (59.38% from 255) = 52.98%
R=16.14%
G=30.88%
B=52.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46881510.700.4200.4121653.338.63
Hex2E5897462A029d83527
Octal56130227106520513306547
Binary1011101011000100101111000110101010010100111011000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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