#2E5494

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

Shades of Endeavour #2E5494

Tints of Endeavour #2E5494

Color information

#2E5494 (or 0x2E5494) is unknown color: approx Endeavour. HEX triplet: 2E, 54 and 94. RGB value is (46,84,148). Sum of RGB (Red+Green+Blue) = 46+84+148=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E5494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5494 is #D1AB6B. Grayscale: #4F4F4F. Windows color (decimal): -13740908 or 9720878. OLE color: 9720878.

HSL color Cylindrical-coordinate representation of color #2E5494: hue angle of 217.65º degrees, saturation: 0.53, 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 #2E5494 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4684148-
CMYK0.690.4300.42
HSL217.65º52.58%38.04%-
HSV(B)217.65º68.92%58.04%-
XYZ9.649.0629.26-
YUV79.93166.41103.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.55%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 148 (58.20% from 255) = 53.24%
R=16.55%
G=30.22%
B=53.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46841480.690.4300.42217.6552.5838.04
Hex2E5494452B02Ada3526
Octal56124224105530523326546
Binary1011101010100100101001000101101011010101011011010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,84,148); }

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

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

 a { background-color: rgb(46,84,148); }

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

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

 span { border-color: rgb(46,84,148); }

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