#296389

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

Shades of Endeavour #296389

Tints of Endeavour #296389

Color information

#296389 (or 0x296389) is unknown color: approx Endeavour. HEX triplet: 29, 63 and 89. RGB value is (41,99,137). Sum of RGB (Red+Green+Blue) = 41+99+137=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #296389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296389 is #D69C76. Grayscale: #555555. Windows color (decimal): -14064759 or 9003817. OLE color: 9003817.

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

Color convert

RGB4199137-
CMYK0.700.2800.46
HSL203.75º53.93%34.9%-
HSV(B)203.75º70.07%53.73%-
XYZ9.8911.225.31-
YUV85.99156.7895.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 137 (53.91% from 255) = 49.46%
R=14.80%
G=35.74%
B=49.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41991370.700.2800.46203.7553.9334.9
Hex296389461C02Ecc3623
Octal51143211106340563146643
Binary101001110001110001001100011011100010111011001100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296389; }

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

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

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

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

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

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

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

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