#2E5693

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

Shades of Endeavour #2E5693

Tints of Endeavour #2E5693

Color information

#2E5693 (or 0x2E5693) is unknown color: approx Endeavour. HEX triplet: 2E, 56 and 93. RGB value is (46,86,147). Sum of RGB (Red+Green+Blue) = 46+86+147=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E5693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5693 is #D1A96C. Grayscale: #505050. Windows color (decimal): -13740397 or 9655854. OLE color: 9655854.

HSL color Cylindrical-coordinate representation of color #2E5693: hue angle of 216.24º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E5693 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4686147-
CMYK0.690.4100.42
HSL216.24º52.33%37.84%-
HSV(B)216.24º68.71%57.65%-
XYZ9.729.3428.89-
YUV80.99165.25103.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=16.49%
G=30.82%
B=52.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46861470.690.4100.42216.2452.3337.84
Hex2E5693452902Ad83426
Octal56126223105510523306446
Binary1011101010110100100111000101101001010101011011000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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