#295191

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

Shades of Endeavour #295191

Tints of Endeavour #295191

Color information

#295191 (or 0x295191) is unknown color: approx Endeavour. HEX triplet: 29, 51 and 91. RGB value is (41,81,145). Sum of RGB (Red+Green+Blue) = 41+81+145=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #295191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295191 is #D6AE6E. Grayscale: #4C4C4C. Windows color (decimal): -14069359 or 9523497. OLE color: 9523497.

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

Color convert

RGB4181145-
CMYK0.720.4400.43
HSL216.92º55.91%36.47%-
HSV(B)216.92º71.72%56.86%-
XYZ8.978.427.94-
YUV76.34166.75102.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 145 (57.03% from 255) = 54.31%
R=15.36%
G=30.34%
B=54.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41811450.720.4400.43216.9255.9136.47
Hex295191482C02Bd93824
Octal51121221110540533317044
Binary1010011010001100100011001000101100010101111011001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295191; }

 p { color: rgb(41,81,145); }

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

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

 a { background-color: rgb(41,81,145); }

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

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

 span { border-color: rgb(41,81,145); }

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