#2E568E

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

Shades of Endeavour #2E568E

Tints of Endeavour #2E568E

Color information

#2E568E (or 0x2E568E) is unknown color: approx Endeavour. HEX triplet: 2E, 56 and 8E. RGB value is (46,86,142). Sum of RGB (Red+Green+Blue) = 46+86+142=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E568E is #D1A971. Grayscale: #505050. Windows color (decimal): -13740402 or 9328174. OLE color: 9328174.

HSL color Cylindrical-coordinate representation of color #2E568E: hue angle of 215º 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 #2E568E is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4686142-
CMYK0.680.3900.44
HSL215º51.06%36.86%-
HSV(B)215º67.61%55.69%-
XYZ9.349.1926.87-
YUV80.42162.75103.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.79%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=16.79%
G=31.39%
B=51.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46861420.680.3900.4421551.0636.86
Hex2E568E442702Cd73325
Octal56126216104470543276345
Binary1011101010110100011101000100100111010110011010111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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