#29528E

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

Shades of Endeavour #29528E

Tints of Endeavour #29528E

Color information

#29528E (or 0x29528E) is unknown color: approx Endeavour. HEX triplet: 29, 52 and 8E. RGB value is (41,82,142). Sum of RGB (Red+Green+Blue) = 41+82+142=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #29528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29528E is #D6AD71. Grayscale: #4C4C4C. Windows color (decimal): -14069106 or 9327145. OLE color: 9327145.

HSL color Cylindrical-coordinate representation of color #29528E: hue angle of 215.64º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29528E is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4182142-
CMYK0.710.4200.44
HSL215.64º55.19%35.88%-
HSV(B)215.64º71.13%55.69%-
XYZ8.818.4626.76-
YUV76.58164.92102.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=15.47%
G=30.94%
B=53.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41821420.710.4200.44215.6455.1935.88
Hex29528E472A02Cd83724
Octal51122216107520543306744
Binary1010011010010100011101000111101010010110011011000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,82,142); }

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

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

 a { background-color: rgb(41,82,142); }

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

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

 span { border-color: rgb(41,82,142); }

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