#29608C

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

Shades of Endeavour #29608C

Tints of Endeavour #29608C

Color information

#29608C (or 0x29608C) is unknown color: approx Endeavour. HEX triplet: 29, 60 and 8C. RGB value is (41,96,140). Sum of RGB (Red+Green+Blue) = 41+96+140=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #29608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29608C is #D69F73. Grayscale: #545454. Windows color (decimal): -14065524 or 9199657. OLE color: 9199657.

HSL color Cylindrical-coordinate representation of color #29608C: hue angle of 206.67º 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 #29608C is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4196140-
CMYK0.710.3100.45
HSL206.67º54.7%35.49%-
HSV(B)206.67º70.71%54.9%-
XYZ9.8310.7326.36-
YUV84.57159.2896.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 140 (55.08% from 255) = 50.54%
R=14.80%
G=34.66%
B=50.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41961400.710.3100.45206.6754.735.49
Hex29608C471F02Dcf3723
Octal51140214107370553176743
Binary101001110000010001100100011111111010110111001111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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