#29508A

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

Shades of Endeavour #29508A

Tints of Endeavour #29508A

Color information

#29508A (or 0x29508A) is unknown color: approx Endeavour. HEX triplet: 29, 50 and 8A. RGB value is (41,80,138). Sum of RGB (Red+Green+Blue) = 41+80+138=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #29508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29508A is #D6AF75. Grayscale: #4A4A4A. Windows color (decimal): -14069622 or 9064489. OLE color: 9064489.

HSL color Cylindrical-coordinate representation of color #29508A: hue angle of 215.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29508A is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4180138-
CMYK0.700.4200.46
HSL215.88º54.19%35.1%-
HSV(B)215.88º70.29%54.12%-
XYZ8.378.0425.16-
YUV74.95163.58103.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=15.83%
G=30.89%
B=53.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41801380.700.4200.46215.8854.1935.1
Hex29508A462A02Ed83623
Octal51120212106520563306643
Binary1010011010000100010101000110101010010111011011000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29508A; }

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

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

<style>
 a { background-color: #29508A; }

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

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

<style>
 span { border-color: #29508A; }

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

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