#2E5F8E

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

Shades of Endeavour #2E5F8E

Tints of Endeavour #2E5F8E

Color information

#2E5F8E (or 0x2E5F8E) is unknown color: approx Endeavour. HEX triplet: 2E, 5F and 8E. RGB value is (46,95,142). Sum of RGB (Red+Green+Blue) = 46+95+142=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E5F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5F8E is #D1A071. Grayscale: #555555. Windows color (decimal): -13738098 or 9330478. OLE color: 9330478.

HSL color Cylindrical-coordinate representation of color #2E5F8E: hue angle of 209.38º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E5F8E is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4695142-
CMYK0.680.3300.44
HSL209.38º51.06%36.86%-
HSV(B)209.38º67.61%55.69%-
XYZ10.110.7227.13-
YUV85.71159.7799.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.25%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=16.25%
G=33.57%
B=50.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46951420.680.3300.44209.3851.0636.86
Hex2E5F8E442102Cd13325
Octal56137216104410543216345
Binary1011101011111100011101000100100001010110011010001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,95,142); }

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

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

 a { background-color: rgb(46,95,142); }

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

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

 span { border-color: rgb(46,95,142); }

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