#295491

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

Shades of Endeavour #295491

Tints of Endeavour #295491

Color information

#295491 (or 0x295491) is unknown color: approx Endeavour. HEX triplet: 29, 54 and 91. RGB value is (41,84,145). Sum of RGB (Red+Green+Blue) = 41+84+145=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #295491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295491 is #D6AB6E. Grayscale: #4D4D4D. Windows color (decimal): -14068591 or 9524265. OLE color: 9524265.

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

Color convert

RGB4184145-
CMYK0.720.4200.43
HSL215.19º55.91%36.47%-
HSV(B)215.19º71.72%56.86%-
XYZ9.28.8628.01-
YUV78.1165.75101.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.19%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 145 (57.03% from 255) = 53.70%
R=15.19%
G=31.11%
B=53.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41841450.720.4200.43215.1955.9136.47
Hex295491482A02Bd73824
Octal51124221110520533277044
Binary1010011010100100100011001000101010010101111010111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295491; }

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

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

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

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

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

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

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

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