#2E6088

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

Shades of Endeavour #2E6088

Tints of Endeavour #2E6088

Color information

#2E6088 (or 0x2E6088) is unknown color: approx Endeavour. HEX triplet: 2E, 60 and 88. RGB value is (46,96,136). Sum of RGB (Red+Green+Blue) = 46+96+136=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E6088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6088 is #D19F77. Grayscale: #555555. Windows color (decimal): -13737848 or 8937518. OLE color: 8937518.

HSL color Cylindrical-coordinate representation of color #2E6088: hue angle of 206.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E6088 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4696136-
CMYK0.660.2900.47
HSL206.67º49.45%35.69%-
HSV(B)206.67º66.18%53.33%-
XYZ9.7510.7224.85-
YUV85.61156.4499.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.55%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 136 (53.52% from 255) = 48.92%
R=16.55%
G=34.53%
B=48.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46961360.660.2900.47206.6749.4535.69
Hex2E6088421D02Fcf3124
Octal56140210102350573176144
Binary101110110000010001000100001011101010111111001111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,96,136); }

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

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

 a { background-color: rgb(46,96,136); }

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

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

 span { border-color: rgb(46,96,136); }

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