#29588D

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

Shades of Endeavour #29588D

Tints of Endeavour #29588D

Color information

#29588D (or 0x29588D) is unknown color: approx Endeavour. HEX triplet: 29, 58 and 8D. RGB value is (41,88,141). Sum of RGB (Red+Green+Blue) = 41+88+141=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #29588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29588D is #D6A772. Grayscale: #4F4F4F. Windows color (decimal): -14067571 or 9263145. OLE color: 9263145.

HSL color Cylindrical-coordinate representation of color #29588D: hue angle of 211.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29588D is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4188141-
CMYK0.710.3800.45
HSL211.8º54.95%35.69%-
HSV(B)211.8º70.92%55.29%-
XYZ9.219.3726.52-
YUV79.99162.43100.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.19%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 141 (55.47% from 255) = 52.22%
R=15.19%
G=32.59%
B=52.22%

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
Decimal41881410.710.3800.45211.854.9535.69
Hex29588D472602Dd43724
Octal51130215107460553246744
Binary1010011011000100011011000111100110010110111010100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29588D; }

 p { color: rgb(41,88,141); }

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

<style>
 a { background-color: #29588D; }

 a { background-color: rgb(41,88,141); }

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

<style>
 span { border-color: #29588D; }

 span { border-color: rgb(41,88,141); }

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