#2E5690

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

Shades of Endeavour #2E5690

Tints of Endeavour #2E5690

Color information

#2E5690 (or 0x2E5690) is unknown color: approx Endeavour. HEX triplet: 2E, 56 and 90. RGB value is (46,86,144). Sum of RGB (Red+Green+Blue) = 46+86+144=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E5690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5690 is #D1A96F. Grayscale: #505050. Windows color (decimal): -13740400 or 9459246. OLE color: 9459246.

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

Color convert

RGB4686144-
CMYK0.680.4000.44
HSL215.51º51.58%37.25%-
HSV(B)215.51º68.06%56.47%-
XYZ9.499.2527.67-
YUV80.65163.75103.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.67%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=16.67%
G=31.16%
B=52.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46861440.680.4000.44215.5151.5837.25
Hex2E5690442802Cd83425
Octal56126220104500543306445
Binary1011101010110100100001000100101000010110011011000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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