#295D8C

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

Shades of Endeavour #295D8C

Tints of Endeavour #295D8C

Color information

#295D8C (or 0x295D8C) is unknown color: approx Endeavour. HEX triplet: 29, 5D and 8C. RGB value is (41,93,140). Sum of RGB (Red+Green+Blue) = 41+93+140=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #295D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D8C is #D6A273. Grayscale: #525252. Windows color (decimal): -14066292 or 9198889. OLE color: 9198889.

HSL color Cylindrical-coordinate representation of color #295D8C: hue angle of 208.48º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #295D8C is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4193140-
CMYK0.710.3400.45
HSL208.48º54.7%35.49%-
HSV(B)208.48º70.71%54.9%-
XYZ9.5610.1926.27-
YUV82.81160.2798.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=14.96%
G=33.94%
B=51.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41931400.710.3400.45208.4854.735.49
Hex295D8C472202Dd03723
Octal51135214107420553206743
Binary1010011011101100011001000111100010010110111010000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295D8C; }

 p { color: rgb(41,93,140); }

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

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

 a { background-color: rgb(41,93,140); }

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

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

 span { border-color: rgb(41,93,140); }

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