#29568A

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

Shades of Endeavour #29568A

Tints of Endeavour #29568A

Color information

#29568A (or 0x29568A) is unknown color: approx Endeavour. HEX triplet: 29, 56 and 8A. RGB value is (41,86,138). Sum of RGB (Red+Green+Blue) = 41+86+138=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #29568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29568A is #D6A975. Grayscale: #4E4E4E. Windows color (decimal): -14068086 or 9066025. OLE color: 9066025.

HSL color Cylindrical-coordinate representation of color #29568A: hue angle of 212.16º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29568A is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4186138-
CMYK0.700.3800.46
HSL212.16º54.19%35.1%-
HSV(B)212.16º70.29%54.12%-
XYZ8.838.9625.31-
YUV78.47161.59101.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=15.47%
G=32.45%
B=52.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41861380.700.3800.46212.1654.1935.1
Hex29568A462602Ed43623
Octal51126212106460563246643
Binary1010011010110100010101000110100110010111011010100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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