#295E90

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

Shades of Endeavour #295E90

Tints of Endeavour #295E90

Color information

#295E90 (or 0x295E90) is unknown color: approx Endeavour. HEX triplet: 29, 5E and 90. RGB value is (41,94,144). Sum of RGB (Red+Green+Blue) = 41+94+144=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #295E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295E90 is #D6A16F. Grayscale: #535353. Windows color (decimal): -14066032 or 9461289. OLE color: 9461289.

HSL color Cylindrical-coordinate representation of color #295E90: hue angle of 209.13º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295E90 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4194144-
CMYK0.720.3500.44
HSL209.13º55.68%36.27%-
HSV(B)209.13º71.53%56.47%-
XYZ9.9510.4927.89-
YUV83.85161.9497.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=14.70%
G=33.69%
B=51.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41941440.720.3500.44209.1355.6836.27
Hex295E90482302Cd13824
Octal51136220110430543217044
Binary1010011011110100100001001000100011010110011010001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,94,144); }

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

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

 a { background-color: rgb(41,94,144); }

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

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

 span { border-color: rgb(41,94,144); }

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