#295490

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

Shades of Endeavour #295490

Tints of Endeavour #295490

Color information

#295490 (or 0x295490) is unknown color: approx Endeavour. HEX triplet: 29, 54 and 90. RGB value is (41,84,144). Sum of RGB (Red+Green+Blue) = 41+84+144=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #295490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295490 is #D6AB6F. Grayscale: #4D4D4D. Windows color (decimal): -14068592 or 9458729. OLE color: 9458729.

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

Color convert

RGB4184144-
CMYK0.720.4200.44
HSL214.95º55.68%36.27%-
HSV(B)214.95º71.53%56.47%-
XYZ9.128.8327.61-
YUV77.98165.25101.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 144 (56.64% from 255) = 53.53%
R=15.24%
G=31.23%
B=53.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41841440.720.4200.44214.9555.6836.27
Hex295490482A02Cd73824
Octal51124220110520543277044
Binary1010011010100100100001001000101010010110011010111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295490; }

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

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

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

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

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

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

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

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