#295986

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

Shades of Endeavour #295986

Tints of Endeavour #295986

Color information

#295986 (or 0x295986) is unknown color: approx Endeavour. HEX triplet: 29, 59 and 86. RGB value is (41,89,134). Sum of RGB (Red+Green+Blue) = 41+89+134=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #295986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295986 is #D6A679. Grayscale: #4F4F4F. Windows color (decimal): -14067322 or 8804649. OLE color: 8804649.

HSL color Cylindrical-coordinate representation of color #295986: hue angle of 209.03º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295986 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4189134-
CMYK0.690.3400.47
HSL209.03º53.14%34.31%-
HSV(B)209.03º69.4%52.55%-
XYZ8.799.3423.89-
YUV79.78158.6100.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 134 (52.73% from 255) = 50.76%
R=15.53%
G=33.71%
B=50.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41891340.690.3400.47209.0353.1434.31
Hex295986452202Fd13522
Octal51131206105420573216542
Binary1010011011001100001101000101100010010111111010001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295986; }

 p { color: rgb(41,89,134); }

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

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

 a { background-color: rgb(41,89,134); }

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

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

 span { border-color: rgb(41,89,134); }

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