#296090

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

Shades of Endeavour #296090

Tints of Endeavour #296090

Color information

#296090 (or 0x296090) is unknown color: approx Endeavour. HEX triplet: 29, 60 and 90. RGB value is (41,96,144). Sum of RGB (Red+Green+Blue) = 41+96+144=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #296090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296090 is #D69F6F. Grayscale: #545454. Windows color (decimal): -14065520 or 9461801. OLE color: 9461801.

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

Color convert

RGB4196144-
CMYK0.720.3300.44
HSL207.96º55.68%36.27%-
HSV(B)207.96º71.53%56.47%-
XYZ10.1310.8527.95-
YUV85.03161.2896.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=14.59%
G=34.16%
B=51.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41961440.720.3300.44207.9655.6836.27
Hex296090482102Cd03824
Octal51140220110410543207044
Binary1010011100000100100001001000100001010110011010000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296090; }

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

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

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

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

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

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

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

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