#29608E

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

Shades of Endeavour #29608E

Tints of Endeavour #29608E

Color information

#29608E (or 0x29608E) is unknown color: approx Endeavour. HEX triplet: 29, 60 and 8E. RGB value is (41,96,142). Sum of RGB (Red+Green+Blue) = 41+96+142=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #29608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29608E is #D69F71. Grayscale: #545454. Windows color (decimal): -14065522 or 9330729. OLE color: 9330729.

HSL color Cylindrical-coordinate representation of color #29608E: hue angle of 207.33º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29608E is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4196142-
CMYK0.710.3200.44
HSL207.33º55.19%35.88%-
HSV(B)207.33º71.13%55.69%-
XYZ9.9810.7927.15-
YUV84.8160.2896.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=14.70%
G=34.41%
B=50.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41961420.710.3200.44207.3355.1935.88
Hex29608E472002Ccf3724
Octal51140216107400543176744
Binary1010011100000100011101000111100000010110011001111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,96,142); }

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

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

 a { background-color: rgb(41,96,142); }

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

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

 span { border-color: rgb(41,96,142); }

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