#2E578D

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

Shades of Endeavour #2E578D

Tints of Endeavour #2E578D

Color information

#2E578D (or 0x2E578D) is unknown color: approx Endeavour. HEX triplet: 2E, 57 and 8D. RGB value is (46,87,141). Sum of RGB (Red+Green+Blue) = 46+87+141=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E578D is #D1A872. Grayscale: #505050. Windows color (decimal): -13740147 or 9262894. OLE color: 9262894.

HSL color Cylindrical-coordinate representation of color #2E578D: hue angle of 214.11º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E578D is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4687141-
CMYK0.670.3800.45
HSL214.11º50.8%36.67%-
HSV(B)214.11º67.38%55.29%-
XYZ9.349.3226.51-
YUV80.9161.92103.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.79%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 141 (55.47% from 255) = 51.46%
R=16.79%
G=31.75%
B=51.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46871410.670.3800.45214.1150.836.67
Hex2E578D432602Dd63325
Octal56127215103460553266345
Binary1011101010111100011011000011100110010110111010110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,87,141); }

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

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

 a { background-color: rgb(46,87,141); }

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

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

 span { border-color: rgb(46,87,141); }

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