#294E91

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

Shades of Endeavour #294E91

Tints of Endeavour #294E91

Color information

#294E91 (or 0x294E91) is unknown color: approx Endeavour. HEX triplet: 29, 4E and 91. RGB value is (41,78,145). Sum of RGB (Red+Green+Blue) = 41+78+145=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #294E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294E91 is #D6B16E. Grayscale: #4A4A4A. Windows color (decimal): -14070127 or 9522729. OLE color: 9522729.

HSL color Cylindrical-coordinate representation of color #294E91: hue angle of 218.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294E91 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4178145-
CMYK0.720.4600.43
HSL218.65º55.91%36.47%-
HSV(B)218.65º71.72%56.86%-
XYZ8.757.9627.86-
YUV74.57167.74104.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=15.53%
G=29.55%
B=54.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41781450.720.4600.43218.6555.9136.47
Hex294E91482E02Bdb3824
Octal51116221110560533337044
Binary1010011001110100100011001000101110010101111011011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294E91; }

 p { color: rgb(41,78,145); }

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

<style>
 a { background-color: #294E91; }

 a { background-color: rgb(41,78,145); }

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

<style>
 span { border-color: #294E91; }

 span { border-color: rgb(41,78,145); }

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