#294F9C

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

Shades of Endeavour #294F9C

Tints of Endeavour #294F9C

Color information

#294F9C (or 0x294F9C) is unknown color: approx Endeavour. HEX triplet: 29, 4F and 9C. RGB value is (41,79,156). Sum of RGB (Red+Green+Blue) = 41+79+156=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #294F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F9C is #D6B063. Grayscale: #4C4C4C. Windows color (decimal): -14069860 or 10243881. OLE color: 10243881.

HSL color Cylindrical-coordinate representation of color #294F9C: hue angle of 220.17º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294F9C is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4179156-
CMYK0.740.4900.39
HSL220.17º58.38%38.63%-
HSV(B)220.17º73.72%61.18%-
XYZ9.718.4632.57-
YUV76.42172.91102.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=14.86%
G=28.62%
B=56.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41791560.740.4900.39220.1758.3838.63
Hex294F9C4A31027dc3a27
Octal51117234112610473347247
Binary1010011001111100111001001010110001010011111011100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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