#29578D

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

Shades of Endeavour #29578D

Tints of Endeavour #29578D

Color information

#29578D (or 0x29578D) is unknown color: approx Endeavour. HEX triplet: 29, 57 and 8D. RGB value is (41,87,141). Sum of RGB (Red+Green+Blue) = 41+87+141=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #29578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29578D is #D6A872. Grayscale: #4F4F4F. Windows color (decimal): -14067827 or 9262889. OLE color: 9262889.

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

Color convert

RGB4187141-
CMYK0.710.3800.45
HSL212.4º54.95%35.69%-
HSV(B)212.4º70.92%55.29%-
XYZ9.139.2126.5-
YUV79.4162.76100.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 141 (55.47% from 255) = 52.42%
R=15.24%
G=32.34%
B=52.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41871410.710.3800.45212.454.9535.69
Hex29578D472602Dd43724
Octal51127215107460553246744
Binary1010011010111100011011000111100110010110111010100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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