#2E5984

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

Shades of Endeavour #2E5984

Tints of Endeavour #2E5984

Color information

#2E5984 (or 0x2E5984) is unknown color: approx Endeavour. HEX triplet: 2E, 59 and 84. RGB value is (46,89,132). Sum of RGB (Red+Green+Blue) = 46+89+132=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E5984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5984 is #D1A67B. Grayscale: #505050. Windows color (decimal): -13739644 or 8673582. OLE color: 8673582.

HSL color Cylindrical-coordinate representation of color #2E5984: hue angle of 210º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E5984 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4689132-
CMYK0.650.3300.48
HSL210º48.31%34.9%-
HSV(B)210º65.15%51.76%-
XYZ8.869.3923.18-
YUV81.04156.75103-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.23%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=17.23%
G=33.33%
B=49.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46891320.650.3300.4821048.3134.9
Hex2E59844121030d23023
Octal56131204101410603226043
Binary1011101011001100001001000001100001011000011010010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,89,132); }

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

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

 a { background-color: rgb(46,89,132); }

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

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

 span { border-color: rgb(46,89,132); }

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