#295D86

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

Shades of Endeavour #295D86

Tints of Endeavour #295D86

Color information

#295D86 (or 0x295D86) is unknown color: approx Endeavour. HEX triplet: 29, 5D and 86. RGB value is (41,93,134). Sum of RGB (Red+Green+Blue) = 41+93+134=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #295D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D86 is #D6A279. Grayscale: #515151. Windows color (decimal): -14066298 or 8805673. OLE color: 8805673.

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

Color convert

RGB4193134-
CMYK0.690.3100.47
HSL206.45º53.14%34.31%-
HSV(B)206.45º69.4%52.55%-
XYZ9.1310.0224.01-
YUV82.13157.2798.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 134 (52.73% from 255) = 50%
R=15.30%
G=34.70%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41931340.690.3100.47206.4553.1434.31
Hex295D86451F02Fce3522
Octal51135206105370573166542
Binary101001101110110000110100010111111010111111001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295D86; }

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

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

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

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

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

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

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

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