#295F87

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

Shades of Endeavour #295F87

Tints of Endeavour #295F87

Color information

#295F87 (or 0x295F87) is unknown color: approx Endeavour. HEX triplet: 29, 5F and 87. RGB value is (41,95,135). Sum of RGB (Red+Green+Blue) = 41+95+135=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #295F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F87 is #D6A078. Grayscale: #535353. Windows color (decimal): -14065785 or 8871721. OLE color: 8871721.

HSL color Cylindrical-coordinate representation of color #295F87: hue angle of 205.53º degrees, saturation: 0.53, 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 #295F87 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4195135-
CMYK0.700.3000.47
HSL205.53º53.41%34.51%-
HSV(B)205.53º69.63%52.94%-
XYZ9.3810.4124.44-
YUV83.41157.1197.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.13%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 135 (53.12% from 255) = 49.82%
R=15.13%
G=35.06%
B=49.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41951350.700.3000.47205.5353.4134.51
Hex295F87461E02Fce3523
Octal51137207106360573166543
Binary101001101111110000111100011011110010111111001110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,95,135); }

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

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

 a { background-color: rgb(41,95,135); }

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

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

 span { border-color: rgb(41,95,135); }

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