#295891

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

Shades of Endeavour #295891

Tints of Endeavour #295891

Color information

#295891 (or 0x295891) is unknown color: approx Endeavour. HEX triplet: 29, 58 and 91. RGB value is (41,88,145). Sum of RGB (Red+Green+Blue) = 41+88+145=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #295891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295891 is #D6A76E. Grayscale: #505050. Windows color (decimal): -14067567 or 9525289. OLE color: 9525289.

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

Color convert

RGB4188145-
CMYK0.720.3900.43
HSL212.88º55.91%36.47%-
HSV(B)212.88º71.72%56.86%-
XYZ9.529.528.12-
YUV80.44164.4399.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=14.96%
G=32.12%
B=52.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41881450.720.3900.43212.8855.9136.47
Hex295891482702Bd53824
Octal51130221110470533257044
Binary1010011011000100100011001000100111010101111010101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295891; }

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

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

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

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

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

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

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

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