#295288

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

Shades of Endeavour #295288

Tints of Endeavour #295288

Color information

#295288 (or 0x295288) is unknown color: approx Endeavour. HEX triplet: 29, 52 and 88. RGB value is (41,82,136). Sum of RGB (Red+Green+Blue) = 41+82+136=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #295288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295288 is #D6AD77. Grayscale: #4B4B4B. Windows color (decimal): -14069112 or 8933929. OLE color: 8933929.

HSL color Cylindrical-coordinate representation of color #295288: hue angle of 214.11º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295288 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4182136-
CMYK0.700.4000.47
HSL214.11º53.67%34.71%-
HSV(B)214.11º69.85%53.33%-
XYZ8.388.2824.45-
YUV75.9161.92103.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 136 (53.52% from 255) = 52.51%
R=15.83%
G=31.66%
B=52.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41821360.700.4000.47214.1153.6734.71
Hex295288462802Fd63623
Octal51122210106500573266643
Binary1010011010010100010001000110101000010111111010110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295288; }

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

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

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

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

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

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

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

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