#296189

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

Shades of Endeavour #296189

Tints of Endeavour #296189

Color information

#296189 (or 0x296189) is unknown color: approx Endeavour. HEX triplet: 29, 61 and 89. RGB value is (41,97,137). Sum of RGB (Red+Green+Blue) = 41+97+137=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #296189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296189 is #D69E76. Grayscale: #545454. Windows color (decimal): -14065271 or 9003305. OLE color: 9003305.

HSL color Cylindrical-coordinate representation of color #296189: hue angle of 205º 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 #296189 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4197137-
CMYK0.700.2900.46
HSL205º53.93%34.9%-
HSV(B)205º70.07%53.73%-
XYZ9.710.8325.25-
YUV84.82157.4596.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 137 (53.91% from 255) = 49.82%
R=14.91%
G=35.27%
B=49.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41971370.700.2900.4620553.9334.9
Hex296189461D02Ecd3623
Octal51141211106350563156643
Binary101001110000110001001100011011101010111011001101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296189; }

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

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

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

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

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

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

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

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