#294E92

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

Shades of Endeavour #294E92

Tints of Endeavour #294E92

Color information

#294E92 (or 0x294E92) is unknown color: approx Endeavour. HEX triplet: 29, 4E and 92. RGB value is (41,78,146). Sum of RGB (Red+Green+Blue) = 41+78+146=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #294E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294E92 is #D6B16D. Grayscale: #4A4A4A. Windows color (decimal): -14070126 or 9588265. OLE color: 9588265.

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

Color convert

RGB4178146-
CMYK0.720.4700.43
HSL218.86º56.15%36.67%-
HSV(B)218.86º71.92%57.25%-
XYZ8.83828.27-
YUV74.69168.24103.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=15.47%
G=29.43%
B=55.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41781460.720.4700.43218.8656.1536.67
Hex294E92482F02Bdb3825
Octal51116222110570533337045
Binary1010011001110100100101001000101111010101111011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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