#2E5896

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

Shades of Endeavour #2E5896

Tints of Endeavour #2E5896

Color information

#2E5896 (or 0x2E5896) is unknown color: approx Endeavour. HEX triplet: 2E, 58 and 96. RGB value is (46,88,150). Sum of RGB (Red+Green+Blue) = 46+88+150=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E5896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5896 is #D1A769. Grayscale: #525252. Windows color (decimal): -13739882 or 9852974. OLE color: 9852974.

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

Color convert

RGB4688150-
CMYK0.690.4100.41
HSL215.77º53.06%38.43%-
HSV(B)215.77º69.33%58.82%-
XYZ10.129.7630.21-
YUV82.51166.09101.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.20%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=16.20%
G=30.99%
B=52.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46881500.690.4100.41215.7753.0638.43
Hex2E58964529029d83526
Octal56130226105510513306546
Binary1011101011000100101101000101101001010100111011000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,88,150); }

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

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

 a { background-color: rgb(46,88,150); }

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

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

 span { border-color: rgb(46,88,150); }

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