#2e559f

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

Shades of Endeavour #2E559F

Tints of Endeavour #2E559F

Color information

#2E559F (or 0x2E559F) is unknown color: approx Endeavour. HEX triplet: 2E, 55 and 9F. RGB value is (46,85,159). Sum of RGB (Red+Green+Blue) = 46+85+159=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E559F is #D1AA60. Grayscale: #515151. Windows color (decimal): -13740641 or 10442030. OLE color: 10442030.

HSL color Cylindrical-coordinate representation of color #2E559F: hue angle of 219.29º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E559F is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4685159-
CMYK0.710.4700.38
HSL219.29º55.12%40.2%-
HSV(B)219.29º71.07%62.35%-
XYZ10.639.5834.09-
YUV81.77171.58102.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.86%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 159 (62.5% from 255) = 54.83%
R=15.86%
G=29.31%
B=54.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46851590.710.4700.38219.2955.1240.2
Hex2E559F472F026db3728
Octal56125237107570463336750
Binary1011101010101100111111000111101111010011011011011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e559f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,85,159); }

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

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

 a { background-color: rgb(46,85,159); }

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

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

 span { border-color: rgb(46,85,159); }

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