#294E96

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

Shades of Endeavour #294E96

Tints of Endeavour #294E96

Color information

#294E96 (or 0x294E96) is unknown color: approx Endeavour. HEX triplet: 29, 4E and 96. RGB value is (41,78,150). Sum of RGB (Red+Green+Blue) = 41+78+150=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #294E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294E96 is #D6B169. Grayscale: #4A4A4A. Windows color (decimal): -14070122 or 9850409. OLE color: 9850409.

HSL color Cylindrical-coordinate representation of color #294E96: hue angle of 219.63º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294E96 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4178150-
CMYK0.730.4800.41
HSL219.63º57.07%37.45%-
HSV(B)219.63º72.67%58.82%-
XYZ9.148.1229.94-
YUV75.14170.24103.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 150 (58.98% from 255) = 55.76%
R=15.24%
G=29.00%
B=55.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41781500.730.4800.41219.6357.0737.45
Hex294E964930029dc3925
Octal51116226111600513347145
Binary1010011001110100101101001001110000010100111011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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