#295296

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

Shades of Endeavour #295296

Tints of Endeavour #295296

Color information

#295296 (or 0x295296) is unknown color: approx Endeavour. HEX triplet: 29, 52 and 96. RGB value is (41,82,150). Sum of RGB (Red+Green+Blue) = 41+82+150=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #295296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295296 is #D6AD69. Grayscale: #4D4D4D. Windows color (decimal): -14069098 or 9851433. OLE color: 9851433.

HSL color Cylindrical-coordinate representation of color #295296: hue angle of 217.43º 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 #295296 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4182150-
CMYK0.730.4500.41
HSL217.43º57.07%37.45%-
HSV(B)217.43º72.67%58.82%-
XYZ9.448.7130.04-
YUV77.49168.92101.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.02%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 150 (58.98% from 255) = 54.95%
R=15.02%
G=30.04%
B=54.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41821500.730.4500.41217.4357.0737.45
Hex295296492D029d93925
Octal51122226111550513317145
Binary1010011010010100101101001001101101010100111011001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295296; }

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

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

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

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

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

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

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

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