#295496

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

Shades of Endeavour #295496

Tints of Endeavour #295496

Color information

#295496 (or 0x295496) is unknown color: approx Endeavour. HEX triplet: 29, 54 and 96. RGB value is (41,84,150). Sum of RGB (Red+Green+Blue) = 41+84+150=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #295496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295496 is #D6AB69. Grayscale: #4E4E4E. Windows color (decimal): -14068586 or 9851945. OLE color: 9851945.

HSL color Cylindrical-coordinate representation of color #295496: hue angle of 216.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295496 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4184150-
CMYK0.730.4400.41
HSL216.33º57.07%37.45%-
HSV(B)216.33º72.67%58.82%-
XYZ9.599.0130.09-
YUV78.67168.25101.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=14.91%
G=30.55%
B=54.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41841500.730.4400.41216.3357.0737.45
Hex295496492C029d83925
Octal51124226111540513307145
Binary1010011010100100101101001001101100010100111011000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295496; }

 p { color: rgb(41,84,150); }

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

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

 a { background-color: rgb(41,84,150); }

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

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

 span { border-color: rgb(41,84,150); }

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