#29599E

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

Shades of Endeavour #29599E

Tints of Endeavour #29599E

Color information

#29599E (or 0x29599E) is unknown color: approx Endeavour. HEX triplet: 29, 59 and 9E. RGB value is (41,89,158). Sum of RGB (Red+Green+Blue) = 41+89+158=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #29599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29599E is #D6A661. Grayscale: #525252. Windows color (decimal): -14067298 or 10377513. OLE color: 10377513.

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

Color convert

RGB4189158-
CMYK0.740.4400.38
HSL215.38º58.79%39.02%-
HSV(B)215.38º74.05%61.96%-
XYZ10.6610.0833.73-
YUV82.51170.698.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=14.24%
G=30.90%
B=54.86%

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
Decimal41891580.740.4400.38215.3858.7939.02
Hex29599E4A2C026d73b27
Octal51131236112540463277347
Binary1010011011001100111101001010101100010011011010111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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