#2E6591

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

Shades of Endeavour #2E6591

Tints of Endeavour #2E6591

Color information

#2E6591 (or 0x2E6591) is unknown color: approx Endeavour. HEX triplet: 2E, 65 and 91. RGB value is (46,101,145). Sum of RGB (Red+Green+Blue) = 46+101+145=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E6591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6591 is #D19A6E. Grayscale: #595959. Windows color (decimal): -13736559 or 9528622. OLE color: 9528622.

HSL color Cylindrical-coordinate representation of color #2E6591: hue angle of 206.67º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E6591 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB46101145-
CMYK0.680.3000.43
HSL206.67º51.83%37.45%-
HSV(B)206.67º68.28%56.86%-
XYZ10.8911.9328.52-
YUV89.57159.2896.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.75%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 145 (57.03% from 255) = 49.66%
R=15.75%
G=34.59%
B=49.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal461011450.680.3000.43206.6751.8337.45
Hex2E6591441E02Bcf3425
Octal56145221104360533176445
Binary101110110010110010001100010011110010101111001111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,101,145); }

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

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

 a { background-color: rgb(46,101,145); }

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

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

 span { border-color: rgb(46,101,145); }

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