#29509E

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

Shades of Endeavour #29509E

Tints of Endeavour #29509E

Color information

#29509E (or 0x29509E) is unknown color: approx Endeavour. HEX triplet: 29, 50 and 9E. RGB value is (41,80,158). Sum of RGB (Red+Green+Blue) = 41+80+158=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #29509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29509E is #D6AF61. Grayscale: #4C4C4C. Windows color (decimal): -14069602 or 10375209. OLE color: 10375209.

HSL color Cylindrical-coordinate representation of color #29509E: hue angle of 220º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29509E is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4180158-
CMYK0.740.4900.38
HSL220º58.79%39.02%-
HSV(B)220º74.05%61.96%-
XYZ9.958.6833.5-
YUV77.23173.58102.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 158 (62.11% from 255) = 56.63%
R=14.70%
G=28.67%
B=56.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41801580.740.4900.3822058.7939.02
Hex29509E4A31026dc3b27
Octal51120236112610463347347
Binary1010011010000100111101001010110001010011011011100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29509E; }

 p { color: rgb(41,80,158); }

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

<style>
 a { background-color: #29509E; }

 a { background-color: rgb(41,80,158); }

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

<style>
 span { border-color: #29509E; }

 span { border-color: rgb(41,80,158); }

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