#29598B

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

Shades of Endeavour #29598B

Tints of Endeavour #29598B

Color information

#29598B (or 0x29598B) is unknown color: approx Endeavour. HEX triplet: 29, 59 and 8B. RGB value is (41,89,139). Sum of RGB (Red+Green+Blue) = 41+89+139=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #29598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29598B is #D6A674. Grayscale: #505050. Windows color (decimal): -14067317 or 9132329. OLE color: 9132329.

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

Color convert

RGB4189139-
CMYK0.710.3600.45
HSL210.61º54.44%35.29%-
HSV(B)210.61º70.5%54.51%-
XYZ9.159.4825.77-
YUV80.35161.199.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=15.24%
G=33.09%
B=51.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41891390.710.3600.45210.6154.4435.29
Hex29598B472402Dd33623
Octal51131213107440553236643
Binary1010011011001100010111000111100100010110111010011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29598B; }

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

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

<style>
 a { background-color: #29598B; }

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

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

<style>
 span { border-color: #29598B; }

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

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