#296494

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

Shades of Endeavour #296494

Tints of Endeavour #296494

Color information

#296494 (or 0x296494) is unknown color: approx Endeavour. HEX triplet: 29, 64 and 94. RGB value is (41,100,148). Sum of RGB (Red+Green+Blue) = 41+100+148=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #296494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296494 is #D69B6B. Grayscale: #575757. Windows color (decimal): -14064492 or 9724969. OLE color: 9724969.

HSL color Cylindrical-coordinate representation of color #296494: hue angle of 206.92º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296494 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41100148-
CMYK0.720.3200.42
HSL206.92º56.61%37.06%-
HSV(B)206.92º72.3%58.04%-
XYZ10.8211.7229.71-
YUV87.83161.9594.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=14.19%
G=34.60%
B=51.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411001480.720.3200.42206.9256.6137.06
Hex296494482002Acf3925
Octal51144224110400523177145
Binary1010011100100100101001001000100000010101011001111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296494; }

 p { color: rgb(41,100,148); }

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

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

 a { background-color: rgb(41,100,148); }

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

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

 span { border-color: rgb(41,100,148); }

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