#29559E

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

Shades of Endeavour #29559E

Tints of Endeavour #29559E

Color information

#29559E (or 0x29559E) is unknown color: approx Endeavour. HEX triplet: 29, 55 and 9E. RGB value is (41,85,158). Sum of RGB (Red+Green+Blue) = 41+85+158=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #29559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29559E is #D6AA61. Grayscale: #4F4F4F. Windows color (decimal): -14068322 or 10376489. OLE color: 10376489.

HSL color Cylindrical-coordinate representation of color #29559E: hue angle of 217.44º 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 #29559E is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4185158-
CMYK0.740.4600.38
HSL217.44º58.79%39.02%-
HSV(B)217.44º74.05%61.96%-
XYZ10.339.4433.62-
YUV80.17171.92100.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=14.44%
G=29.93%
B=55.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41851580.740.4600.38217.4458.7939.02
Hex29559E4A2E026d93b27
Octal51125236112560463317347
Binary1010011010101100111101001010101110010011011011001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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