#29618F

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

Shades of Endeavour #29618F

Tints of Endeavour #29618F

Color information

#29618F (or 0x29618F) is unknown color: approx Endeavour. HEX triplet: 29, 61 and 8F. RGB value is (41,97,143). Sum of RGB (Red+Green+Blue) = 41+97+143=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #29618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29618F is #D69E70. Grayscale: #555555. Windows color (decimal): -14065265 or 9396521. OLE color: 9396521.

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

Color convert

RGB4197143-
CMYK0.710.3200.44
HSL207.06º55.43%36.08%-
HSV(B)207.06º71.33%56.08%-
XYZ10.151127.58-
YUV85.5160.4596.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 143 (56.25% from 255) = 50.89%
R=14.59%
G=34.52%
B=50.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41971430.710.3200.44207.0655.4336.08
Hex29618F472002Ccf3724
Octal51141217107400543176744
Binary1010011100001100011111000111100000010110011001111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29618F; }

 p { color: rgb(41,97,143); }

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

<style>
 a { background-color: #29618F; }

 a { background-color: rgb(41,97,143); }

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

<style>
 span { border-color: #29618F; }

 span { border-color: rgb(41,97,143); }

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