#295F90

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

Shades of Endeavour #295F90

Tints of Endeavour #295F90

Color information

#295F90 (or 0x295F90) is unknown color: approx Endeavour. HEX triplet: 29, 5F and 90. RGB value is (41,95,144). Sum of RGB (Red+Green+Blue) = 41+95+144=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #295F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F90 is #D6A06F. Grayscale: #545454. Windows color (decimal): -14065776 or 9461545. OLE color: 9461545.

HSL color Cylindrical-coordinate representation of color #295F90: hue angle of 208.54º 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 #295F90 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4195144-
CMYK0.720.3400.44
HSL208.54º55.68%36.27%-
HSV(B)208.54º71.53%56.47%-
XYZ10.0410.6727.92-
YUV84.44161.6197.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=14.64%
G=33.93%
B=51.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41951440.720.3400.44208.5455.6836.27
Hex295F90482202Cd13824
Octal51137220110420543217044
Binary1010011011111100100001001000100010010110011010001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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