#29599F

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

Shades of Endeavour #29599F

Tints of Endeavour #29599F

Color information

#29599F (or 0x29599F) is unknown color: approx Endeavour. HEX triplet: 29, 59 and 9F. RGB value is (41,89,159). Sum of RGB (Red+Green+Blue) = 41+89+159=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #29599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29599F is #D6A660. Grayscale: #525252. Windows color (decimal): -14067297 or 10443049. OLE color: 10443049.

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

Color convert

RGB4189159-
CMYK0.740.4400.38
HSL215.59º59%39.22%-
HSV(B)215.59º74.21%62.35%-
XYZ10.7410.1234.19-
YUV82.63171.198.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 159 (62.5% from 255) = 55.02%
R=14.19%
G=30.80%
B=55.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41891590.740.4400.38215.595939.22
Hex29599F4A2C026d83b27
Octal51131237112540463307347
Binary1010011011001100111111001010101100010011011011000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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