#295286

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

Shades of Endeavour #295286

Tints of Endeavour #295286

Color information

#295286 (or 0x295286) is unknown color: approx Endeavour. HEX triplet: 29, 52 and 86. RGB value is (41,82,134). Sum of RGB (Red+Green+Blue) = 41+82+134=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #295286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295286 is #D6AD79. Grayscale: #4B4B4B. Windows color (decimal): -14069114 or 8802857. OLE color: 8802857.

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

Color convert

RGB4182134-
CMYK0.690.3900.47
HSL213.55º53.14%34.31%-
HSV(B)213.55º69.4%52.55%-
XYZ8.238.2323.71-
YUV75.67160.92103.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=15.95%
G=31.91%
B=52.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41821340.690.3900.47213.5553.1434.31
Hex295286452702Fd63522
Octal51122206105470573266542
Binary1010011010010100001101000101100111010111111010110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295286; }

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

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

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

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

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

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

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

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