#294FA1

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

Shades of Endeavour #294FA1

Tints of Endeavour #294FA1

Color information

#294FA1 (or 0x294FA1) is unknown color: approx Endeavour. HEX triplet: 29, 4F and A1. RGB value is (41,79,161). Sum of RGB (Red+Green+Blue) = 41+79+161=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 161 (63.28% from 255 or 57.30% from 281); Max value from RGB is 161 - color contains mainly: blue. Hex color #294FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294FA1 is #D6B05E. Grayscale: #4C4C4C. Windows color (decimal): -14069855 or 10571561. OLE color: 10571561.

HSL color Cylindrical-coordinate representation of color #294FA1: hue angle of 221º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294FA1 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4179161-
CMYK0.750.5100.37
HSL221º59.41%39.61%-
HSV(B)221º74.53%63.14%-
XYZ10.148.6434.85-
YUV76.99175.41102.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 161 (63.28% from 255) = 57.30%
R=14.59%
G=28.11%
B=57.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41791610.750.5100.3722159.4139.61
Hex294FA14B33025dd3b28
Octal51117241113630453357350
Binary1010011001111101000011001011110011010010111011101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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