#29678E

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

Shades of Endeavour #29678E

Tints of Endeavour #29678E

Color information

#29678E (or 0x29678E) is unknown color: approx Endeavour. HEX triplet: 29, 67 and 8E. RGB value is (41,103,142). Sum of RGB (Red+Green+Blue) = 41+103+142=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #29678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29678E is #D69871. Grayscale: #585858. Windows color (decimal): -14063730 or 9332521. OLE color: 9332521.

HSL color Cylindrical-coordinate representation of color #29678E: hue angle of 203.17º 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 #29678E is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB41103142-
CMYK0.710.2700.44
HSL203.17º55.19%35.88%-
HSV(B)203.17º71.13%55.69%-
XYZ10.6512.1227.37-
YUV88.91157.9693.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=14.34%
G=36.01%
B=49.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411031420.710.2700.44203.1755.1935.88
Hex29678E471B02Ccb3724
Octal51147216107330543136744
Binary101001110011110001110100011111011010110011001011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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