#295297

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

Shades of Endeavour #295297

Tints of Endeavour #295297

Color information

#295297 (or 0x295297) is unknown color: approx Endeavour. HEX triplet: 29, 52 and 97. RGB value is (41,82,151). Sum of RGB (Red+Green+Blue) = 41+82+151=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #295297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295297 is #D6AD68. Grayscale: #4D4D4D. Windows color (decimal): -14069097 or 9916969. OLE color: 9916969.

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

Color convert

RGB4182151-
CMYK0.730.4600.41
HSL217.64º57.29%37.65%-
HSV(B)217.64º72.85%59.22%-
XYZ9.528.7430.46-
YUV77.61169.42101.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 151 (59.38% from 255) = 55.11%
R=14.96%
G=29.93%
B=55.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41821510.730.4600.41217.6457.2937.65
Hex295297492E029da3926
Octal51122227111560513327146
Binary1010011010010100101111001001101110010100111011010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295297; }

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

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

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

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

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

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

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

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