#29608D

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

Shades of Endeavour #29608D

Tints of Endeavour #29608D

Color information

#29608D (or 0x29608D) is unknown color: approx Endeavour. HEX triplet: 29, 60 and 8D. RGB value is (41,96,141). Sum of RGB (Red+Green+Blue) = 41+96+141=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #29608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29608D is #D69F72. Grayscale: #545454. Windows color (decimal): -14065523 or 9265193. OLE color: 9265193.

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

Color convert

RGB4196141-
CMYK0.710.3200.45
HSL207º54.95%35.69%-
HSV(B)207º70.92%55.29%-
XYZ9.9110.7626.75-
YUV84.68159.7896.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 141 (55.47% from 255) = 50.72%
R=14.75%
G=34.53%
B=50.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41961410.710.3200.4520754.9535.69
Hex29608D472002Dcf3724
Octal51140215107400553176744
Binary1010011100000100011011000111100000010110111001111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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