#29518B

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

Shades of Endeavour #29518B

Tints of Endeavour #29518B

Color information

#29518B (or 0x29518B) is unknown color: approx Endeavour. HEX triplet: 29, 51 and 8B. RGB value is (41,81,139). Sum of RGB (Red+Green+Blue) = 41+81+139=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #29518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29518B is #D6AE74. Grayscale: #4B4B4B. Windows color (decimal): -14069365 or 9130281. OLE color: 9130281.

HSL color Cylindrical-coordinate representation of color #29518B: hue angle of 215.51º 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 #29518B is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4181139-
CMYK0.710.4200.45
HSL215.51º54.44%35.29%-
HSV(B)215.51º70.5%54.51%-
XYZ8.528.2225.56-
YUV75.65163.75103.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=15.71%
G=31.03%
B=53.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41811390.710.4200.45215.5154.4435.29
Hex29518B472A02Dd83623
Octal51121213107520553306643
Binary1010011010001100010111000111101010010110111011000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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