#296489

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

Shades of Endeavour #296489

Tints of Endeavour #296489

Color information

#296489 (or 0x296489) is unknown color: approx Endeavour. HEX triplet: 29, 64 and 89. RGB value is (41,100,137). Sum of RGB (Red+Green+Blue) = 41+100+137=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #296489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296489 is #D69B76. Grayscale: #565656. Windows color (decimal): -14064503 or 9004073. OLE color: 9004073.

HSL color Cylindrical-coordinate representation of color #296489: hue angle of 203.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296489 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB41100137-
CMYK0.700.2700.46
HSL203.12º53.93%34.9%-
HSV(B)203.12º70.07%53.73%-
XYZ9.9911.3925.34-
YUV86.58156.4595.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=14.75%
G=35.97%
B=49.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411001370.700.2700.46203.1253.9334.9
Hex296489461B02Ecb3623
Octal51144211106330563136643
Binary101001110010010001001100011011011010111011001011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296489; }

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

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

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

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

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

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

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

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