#295785

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

Shades of Endeavour #295785

Tints of Endeavour #295785

Color information

#295785 (or 0x295785) is unknown color: approx Endeavour. HEX triplet: 29, 57 and 85. RGB value is (41,87,133). Sum of RGB (Red+Green+Blue) = 41+87+133=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #295785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295785 is #D6A87A. Grayscale: #4E4E4E. Windows color (decimal): -14067835 or 8738601. OLE color: 8738601.

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

Color convert

RGB4187133-
CMYK0.690.3500.48
HSL210º52.87%34.12%-
HSV(B)210º69.17%52.16%-
XYZ8.568.9823.47-
YUV78.49158.76101.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=15.71%
G=33.33%
B=50.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41871330.690.3500.4821052.8734.12
Hex2957854523030d23522
Octal51127205105430603226542
Binary1010011010111100001011000101100011011000011010010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295785; }

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

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

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

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

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

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

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

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