#294F98

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

Shades of Endeavour #294F98

Tints of Endeavour #294F98

Color information

#294F98 (or 0x294F98) is unknown color: approx Endeavour. HEX triplet: 29, 4F and 98. RGB value is (41,79,152). Sum of RGB (Red+Green+Blue) = 41+79+152=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #294F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F98 is #D6B067. Grayscale: #4B4B4B. Windows color (decimal): -14069864 or 9981737. OLE color: 9981737.

HSL color Cylindrical-coordinate representation of color #294F98: hue angle of 219.46º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294F98 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4179152-
CMYK0.730.4800.40
HSL219.46º57.51%37.84%-
HSV(B)219.46º73.03%59.61%-
XYZ9.388.3330.82-
YUV75.96170.91103.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 152 (59.77% from 255) = 55.88%
R=15.07%
G=29.04%
B=55.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41791520.730.4800.40219.4657.5137.84
Hex294F984930028db3a26
Octal51117230111600503337246
Binary1010011001111100110001001001110000010100011011011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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