#295686

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

Shades of Endeavour #295686

Tints of Endeavour #295686

Color information

#295686 (or 0x295686) is unknown color: approx Endeavour. HEX triplet: 29, 56 and 86. RGB value is (41,86,134). Sum of RGB (Red+Green+Blue) = 41+86+134=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #295686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295686 is #D6A979. Grayscale: #4D4D4D. Windows color (decimal): -14068090 or 8803881. OLE color: 8803881.

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

Color convert

RGB4186134-
CMYK0.690.3600.47
HSL210.97º53.14%34.31%-
HSV(B)210.97º69.4%52.55%-
XYZ8.558.8523.81-
YUV78.02159.59101.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=15.71%
G=32.95%
B=51.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41861340.690.3600.47210.9753.1434.31
Hex295686452402Fd33522
Octal51126206105440573236542
Binary1010011010110100001101000101100100010111111010011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295686; }

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

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

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

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

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

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

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

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