#29628C

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

Shades of Endeavour #29628C

Tints of Endeavour #29628C

Color information

#29628C (or 0x29628C) is unknown color: approx Endeavour. HEX triplet: 29, 62 and 8C. RGB value is (41,98,140). Sum of RGB (Red+Green+Blue) = 41+98+140=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #29628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29628C is #D69D73. Grayscale: #555555. Windows color (decimal): -14065012 or 9200169. OLE color: 9200169.

HSL color Cylindrical-coordinate representation of color #29628C: hue angle of 205.45º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29628C is Cyan = 0.71, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4198140-
CMYK0.710.300.45
HSL205.45º54.7%35.49%-
HSV(B)205.45º70.71%54.9%-
XYZ10.0211.126.43-
YUV85.74158.6296.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=14.70%
G=35.13%
B=50.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41981400.710.300.45205.4554.735.49
Hex29628C471E02Dcd3723
Octal51142214107360553156743
Binary101001110001010001100100011111110010110111001101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29628C; }

 p { color: rgb(41,98,140); }

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

<style>
 a { background-color: #29628C; }

 a { background-color: rgb(41,98,140); }

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

<style>
 span { border-color: #29628C; }

 span { border-color: rgb(41,98,140); }

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