#295786

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

Shades of Endeavour #295786

Tints of Endeavour #295786

Color information

#295786 (or 0x295786) is unknown color: approx Endeavour. HEX triplet: 29, 57 and 86. RGB value is (41,87,134). Sum of RGB (Red+Green+Blue) = 41+87+134=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #295786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295786 is #D6A879. Grayscale: #4E4E4E. Windows color (decimal): -14067834 or 8804137. OLE color: 8804137.

HSL color Cylindrical-coordinate representation of color #295786: hue angle of 210.32º 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 #295786 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4187134-
CMYK0.690.3500.47
HSL210.32º53.14%34.31%-
HSV(B)210.32º69.4%52.55%-
XYZ8.639.0123.84-
YUV78.6159.26101.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.65%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 134 (52.73% from 255) = 51.15%
R=15.65%
G=33.21%
B=51.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41871340.690.3500.47210.3253.1434.31
Hex295786452302Fd23522
Octal51127206105430573226542
Binary1010011010111100001101000101100011010111111010010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295786; }

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

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

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

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

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

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

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

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