#29568B

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

Shades of Endeavour #29568B

Tints of Endeavour #29568B

Color information

#29568B (or 0x29568B) is unknown color: approx Endeavour. HEX triplet: 29, 56 and 8B. RGB value is (41,86,139). Sum of RGB (Red+Green+Blue) = 41+86+139=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #29568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29568B is #D6A974. Grayscale: #4E4E4E. Windows color (decimal): -14068085 or 9131561. OLE color: 9131561.

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

Color convert

RGB4186139-
CMYK0.710.3800.45
HSL212.45º54.44%35.29%-
HSV(B)212.45º70.5%54.51%-
XYZ8.98.9925.69-
YUV78.59162.09101.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=15.41%
G=32.33%
B=52.26%

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
Decimal41861390.710.3800.45212.4554.4435.29
Hex29568B472602Dd43623
Octal51126213107460553246643
Binary1010011010110100010111000111100110010110111010100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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