#29578C

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

Shades of Endeavour #29578C

Tints of Endeavour #29578C

Color information

#29578C (or 0x29578C) is unknown color: approx Endeavour. HEX triplet: 29, 57 and 8C. RGB value is (41,87,140). Sum of RGB (Red+Green+Blue) = 41+87+140=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #29578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29578C is #D6A873. Grayscale: #4F4F4F. Windows color (decimal): -14067828 or 9197353. OLE color: 9197353.

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

Color convert

RGB4187140-
CMYK0.710.3800.45
HSL212.12º54.7%35.49%-
HSV(B)212.12º70.71%54.9%-
XYZ9.069.1826.11-
YUV79.29162.26100.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=15.30%
G=32.46%
B=52.24%

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
Decimal41871400.710.3800.45212.1254.735.49
Hex29578C472602Dd43723
Octal51127214107460553246743
Binary1010011010111100011001000111100110010110111010100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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