#29648C

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

Shades of Endeavour #29648C

Tints of Endeavour #29648C

Color information

#29648C (or 0x29648C) is unknown color: approx Endeavour. HEX triplet: 29, 64 and 8C. RGB value is (41,100,140). Sum of RGB (Red+Green+Blue) = 41+100+140=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #29648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29648C is #D69B73. Grayscale: #565656. Windows color (decimal): -14064500 or 9200681. OLE color: 9200681.

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

Color convert

RGB41100140-
CMYK0.710.2900.45
HSL204.24º54.7%35.49%-
HSV(B)204.24º70.71%54.9%-
XYZ10.2111.4826.49-
YUV86.92157.9595.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 140 (55.08% from 255) = 49.82%
R=14.59%
G=35.59%
B=49.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411001400.710.2900.45204.2454.735.49
Hex29648C471D02Dcc3723
Octal51144214107350553146743
Binary101001110010010001100100011111101010110111001100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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