#29648B

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

Shades of Endeavour #29648B

Tints of Endeavour #29648B

Color information

#29648B (or 0x29648B) is unknown color: approx Endeavour. HEX triplet: 29, 64 and 8B. RGB value is (41,100,139). Sum of RGB (Red+Green+Blue) = 41+100+139=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #29648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29648B is #D69B74. Grayscale: #565656. Windows color (decimal): -14064501 or 9135145. OLE color: 9135145.

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

Color convert

RGB41100139-
CMYK0.710.2800.45
HSL203.88º54.44%35.29%-
HSV(B)203.88º70.5%54.51%-
XYZ10.1311.4526.1-
YUV86.8157.4595.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=14.64%
G=35.71%
B=49.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411001390.710.2800.45203.8854.4435.29
Hex29648B471C02Dcc3623
Octal51144213107340553146643
Binary101001110010010001011100011111100010110111001100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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