#295091

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

Shades of Endeavour #295091

Tints of Endeavour #295091

Color information

#295091 (or 0x295091) is unknown color: approx Endeavour. HEX triplet: 29, 50 and 91. RGB value is (41,80,145). Sum of RGB (Red+Green+Blue) = 41+80+145=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #295091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295091 is #D6AF6E. Grayscale: #4B4B4B. Windows color (decimal): -14069615 or 9523241. OLE color: 9523241.

HSL color Cylindrical-coordinate representation of color #295091: hue angle of 217.5º 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 #295091 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4180145-
CMYK0.720.4500.43
HSL217.5º55.91%36.47%-
HSV(B)217.5º71.72%56.86%-
XYZ8.898.2527.91-
YUV75.75167.08103.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 145 (57.03% from 255) = 54.51%
R=15.41%
G=30.08%
B=54.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41801450.720.4500.43217.555.9136.47
Hex295091482D02Bda3824
Octal51120221110550533327044
Binary1010011010000100100011001000101101010101111011010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295091; }

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

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

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

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

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

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

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

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