#29628A

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

Shades of Endeavour #29628A

Tints of Endeavour #29628A

Color information

#29628A (or 0x29628A) is unknown color: approx Endeavour. HEX triplet: 29, 62 and 8A. RGB value is (41,98,138). Sum of RGB (Red+Green+Blue) = 41+98+138=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #29628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29628A is #D69D75. Grayscale: #555555. Windows color (decimal): -14065014 or 9069097. OLE color: 9069097.

HSL color Cylindrical-coordinate representation of color #29628A: hue angle of 204.74º 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 #29628A is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4198138-
CMYK0.700.2900.46
HSL204.74º54.19%35.1%-
HSV(B)204.74º70.29%54.12%-
XYZ9.8711.0425.66-
YUV85.52157.6296.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=14.80%
G=35.38%
B=49.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41981380.700.2900.46204.7454.1935.1
Hex29628A461D02Ecd3623
Octal51142212106350563156643
Binary101001110001010001010100011011101010111011001101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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