#29599A

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

Shades of Endeavour #29599A

Tints of Endeavour #29599A

Color information

#29599A (or 0x29599A) is unknown color: approx Endeavour. HEX triplet: 29, 59 and 9A. RGB value is (41,89,154). Sum of RGB (Red+Green+Blue) = 41+89+154=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #29599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29599A is #D6A665. Grayscale: #515151. Windows color (decimal): -14067302 or 10115369. OLE color: 10115369.

HSL color Cylindrical-coordinate representation of color #29599A: hue angle of 214.51º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29599A is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4189154-
CMYK0.730.4200.40
HSL214.51º57.95%38.24%-
HSV(B)214.51º73.38%60.39%-
XYZ10.329.9531.95-
YUV82.06168.698.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=14.44%
G=31.34%
B=54.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41891540.730.4200.40214.5157.9538.24
Hex29599A492A028d73a26
Octal51131232111520503277246
Binary1010011011001100110101001001101010010100011010111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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