#29539D

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

Shades of Endeavour #29539D

Tints of Endeavour #29539D

Color information

#29539D (or 0x29539D) is unknown color: approx Endeavour. HEX triplet: 29, 53 and 9D. RGB value is (41,83,157). Sum of RGB (Red+Green+Blue) = 41+83+157=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #29539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29539D is #D6AC62. Grayscale: #4E4E4E. Windows color (decimal): -14068835 or 10310441. OLE color: 10310441.

HSL color Cylindrical-coordinate representation of color #29539D: hue angle of 218.28º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29539D is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4183157-
CMYK0.740.4700.38
HSL218.28º58.59%38.82%-
HSV(B)218.28º73.89%61.57%-
XYZ10.099.0933.12-
YUV78.88172.09100.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 157 (61.72% from 255) = 55.87%
R=14.59%
G=29.54%
B=55.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41831570.740.4700.38218.2858.5938.82
Hex29539D4A2F026da3b27
Octal51123235112570463327347
Binary1010011010011100111011001010101111010011011011010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,83,157); }

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

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

 a { background-color: rgb(41,83,157); }

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

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

 span { border-color: rgb(41,83,157); }

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