#29638D

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

Shades of Endeavour #29638D

Tints of Endeavour #29638D

Color information

#29638D (or 0x29638D) is unknown color: approx Endeavour. HEX triplet: 29, 63 and 8D. RGB value is (41,99,141). Sum of RGB (Red+Green+Blue) = 41+99+141=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #29638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29638D is #D69C72. Grayscale: #565656. Windows color (decimal): -14064755 or 9265961. OLE color: 9265961.

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

Color convert

RGB4199141-
CMYK0.710.3000.45
HSL205.2º54.95%35.69%-
HSV(B)205.2º70.92%55.29%-
XYZ10.1811.3226.85-
YUV86.45158.7895.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=14.59%
G=35.23%
B=50.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41991410.710.3000.45205.254.9535.69
Hex29638D471E02Dcd3724
Octal51143215107360553156744
Binary101001110001110001101100011111110010110111001101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29638D; }

 p { color: rgb(41,99,141); }

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

<style>
 a { background-color: #29638D; }

 a { background-color: rgb(41,99,141); }

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

<style>
 span { border-color: #29638D; }

 span { border-color: rgb(41,99,141); }

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