#294F94

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

Shades of Endeavour #294F94

Tints of Endeavour #294F94

Color information

#294F94 (or 0x294F94) is unknown color: approx Endeavour. HEX triplet: 29, 4F and 94. RGB value is (41,79,148). Sum of RGB (Red+Green+Blue) = 41+79+148=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #294F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F94 is #D6B06B. Grayscale: #4B4B4B. Windows color (decimal): -14069868 or 9719593. OLE color: 9719593.

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

Color convert

RGB4179148-
CMYK0.720.4700.42
HSL218.69º56.61%37.06%-
HSV(B)218.69º72.3%58.04%-
XYZ9.068.229.12-
YUV75.5168.91103.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 79 (31.25% from 255) = 29.48%
BLUE value IS 148 (58.20% from 255) = 55.22%
R=15.30%
G=29.48%
B=55.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41791480.720.4700.42218.6956.6137.06
Hex294F94482F02Adb3925
Octal51117224110570523337145
Binary1010011001111100101001001000101111010101011011011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,79,148); }

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

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

 a { background-color: rgb(41,79,148); }

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

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

 span { border-color: rgb(41,79,148); }

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