#2e5e97

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

Shades of Endeavour #2E5E97

Tints of Endeavour #2E5E97

Color information

#2E5E97 (or 0x2E5E97) is unknown color: approx Endeavour. HEX triplet: 2E, 5E and 97. RGB value is (46,94,151). Sum of RGB (Red+Green+Blue) = 46+94+151=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E5E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5E97 is #D1A168. Grayscale: #555555. Windows color (decimal): -13738345 or 9920046. OLE color: 9920046.

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

Color convert

RGB4694151-
CMYK0.700.3800.41
HSL212.57º53.3%38.63%-
HSV(B)212.57º69.54%59.22%-
XYZ10.7210.8230.8-
YUV86.15164.699.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.81%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 151 (59.38% from 255) = 51.89%
R=15.81%
G=32.30%
B=51.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46941510.700.3800.41212.5753.338.63
Hex2E5E974626029d53527
Octal56136227106460513256547
Binary1011101011110100101111000110100110010100111010101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e5e97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,94,151); }

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

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

 a { background-color: rgb(46,94,151); }

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

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

 span { border-color: rgb(46,94,151); }

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