#31579A

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

Shades of Endeavour #31579A

Tints of Endeavour #31579A

Color information

#31579A (or 0x31579A) is unknown color: approx Endeavour. HEX triplet: 31, 57 and 9A. RGB value is (49,87,154). Sum of RGB (Red+Green+Blue) = 49+87+154=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #31579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31579A is #CEA865. Grayscale: #525252. Windows color (decimal): -13543526 or 10114865. OLE color: 10114865.

HSL color Cylindrical-coordinate representation of color #31579A: hue angle of 218.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31579A is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4987154-
CMYK0.680.4400.40
HSL218.29º51.72%39.8%-
HSV(B)218.29º68.18%60.39%-
XYZ10.519.831.91-
YUV83.28167.91103.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=16.90%
G=30%
B=53.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49871540.680.4400.40218.2951.7239.8
Hex31579A442C028da3428
Octal61127232104540503326450
Binary1100011010111100110101000100101100010100011011010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31579A; }

 p { color: rgb(49,87,154); }

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

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

 a { background-color: rgb(49,87,154); }

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

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

 span { border-color: rgb(49,87,154); }

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