#2E5694

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

Shades of Endeavour #2E5694

Tints of Endeavour #2E5694

Color information

#2E5694 (or 0x2E5694) is unknown color: approx Endeavour. HEX triplet: 2E, 56 and 94. RGB value is (46,86,148). Sum of RGB (Red+Green+Blue) = 46+86+148=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E5694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5694 is #D1A96B. Grayscale: #505050. Windows color (decimal): -13740396 or 9721390. OLE color: 9721390.

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

Color convert

RGB4686148-
CMYK0.690.4200.42
HSL216.47º52.58%38.04%-
HSV(B)216.47º68.92%58.04%-
XYZ9.89.3729.31-
YUV81.11165.75102.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.43%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 148 (58.20% from 255) = 52.86%
R=16.43%
G=30.71%
B=52.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46861480.690.4200.42216.4752.5838.04
Hex2E5694452A02Ad83526
Octal56126224105520523306546
Binary1011101010110100101001000101101010010101011011000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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