#296391

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

Shades of Endeavour #296391

Tints of Endeavour #296391

Color information

#296391 (or 0x296391) is unknown color: approx Endeavour. HEX triplet: 29, 63 and 91. RGB value is (41,99,145). Sum of RGB (Red+Green+Blue) = 41+99+145=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #296391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296391 is #D69C6E. Grayscale: #565656. Windows color (decimal): -14064751 or 9528105. OLE color: 9528105.

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

Color convert

RGB4199145-
CMYK0.720.3200.43
HSL206.54º55.91%36.47%-
HSV(B)206.54º71.72%56.86%-
XYZ10.4911.4428.44-
YUV86.9160.7895.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=14.39%
G=34.74%
B=50.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41991450.720.3200.43206.5455.9136.47
Hex296391482002Bcf3824
Octal51143221110400533177044
Binary1010011100011100100011001000100000010101111001111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296391; }

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

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

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

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

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

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

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

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