#29528D

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

Shades of Endeavour #29528D

Tints of Endeavour #29528D

Color information

#29528D (or 0x29528D) is unknown color: approx Endeavour. HEX triplet: 29, 52 and 8D. RGB value is (41,82,141). Sum of RGB (Red+Green+Blue) = 41+82+141=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #29528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29528D is #D6AD72. Grayscale: #4C4C4C. Windows color (decimal): -14069107 or 9261609. OLE color: 9261609.

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

Color convert

RGB4182141-
CMYK0.710.4200.45
HSL215.4º54.95%35.69%-
HSV(B)215.4º70.92%55.29%-
XYZ8.748.4326.37-
YUV76.47164.42102.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 141 (55.47% from 255) = 53.41%
R=15.53%
G=31.06%
B=53.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41821410.710.4200.45215.454.9535.69
Hex29528D472A02Dd73724
Octal51122215107520553276744
Binary1010011010010100011011000111101010010110111010111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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