#31589A

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

Shades of Endeavour #31589A

Tints of Endeavour #31589A

Color information

#31589A (or 0x31589A) is unknown color: approx Endeavour. HEX triplet: 31, 58 and 9A. RGB value is (49,88,154). Sum of RGB (Red+Green+Blue) = 49+88+154=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #31589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31589A is #CEA765. Grayscale: #535353. Windows color (decimal): -13543270 or 10115121. OLE color: 10115121.

HSL color Cylindrical-coordinate representation of color #31589A: hue angle of 217.71º 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 #31589A is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4988154-
CMYK0.680.4300.40
HSL217.71º51.72%39.8%-
HSV(B)217.71º68.18%60.39%-
XYZ10.599.9731.94-
YUV83.86167.58103.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 154 (60.55% from 255) = 52.92%
R=16.84%
G=30.24%
B=52.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49881540.680.4300.40217.7151.7239.8
Hex31589A442B028da3428
Octal61130232104530503326450
Binary1100011011000100110101000100101011010100011011010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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