#29579F

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

Shades of Endeavour #29579F

Tints of Endeavour #29579F

Color information

#29579F (or 0x29579F) is unknown color: approx Endeavour. HEX triplet: 29, 57 and 9F. RGB value is (41,87,159). Sum of RGB (Red+Green+Blue) = 41+87+159=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #29579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29579F is #D6A860. Grayscale: #515151. Windows color (decimal): -14067809 or 10442537. OLE color: 10442537.

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

Color convert

RGB4187159-
CMYK0.740.4500.38
HSL216.61º59%39.22%-
HSV(B)216.61º74.21%62.35%-
XYZ10.589.7934.13-
YUV81.45171.7699.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=14.29%
G=30.31%
B=55.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41871590.740.4500.38216.615939.22
Hex29579F4A2D026d93b27
Octal51127237112550463317347
Binary1010011010111100111111001010101101010011011011001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29579F; }

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

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

<style>
 a { background-color: #29579F; }

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

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

<style>
 span { border-color: #29579F; }

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

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