#31598D

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

Shades of Endeavour #31598D

Tints of Endeavour #31598D

Color information

#31598D (or 0x31598D) is unknown color: approx Endeavour. HEX triplet: 31, 59 and 8D. RGB value is (49,89,141). Sum of RGB (Red+Green+Blue) = 49+89+141=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #31598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31598D is #CEA672. Grayscale: #525252. Windows color (decimal): -13543027 or 9263409. OLE color: 9263409.

HSL color Cylindrical-coordinate representation of color #31598D: hue angle of 213.91º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31598D is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4989141-
CMYK0.650.3700.45
HSL213.91º48.42%37.25%-
HSV(B)213.91º65.25%55.29%-
XYZ9.659.7226.57-
YUV82.97160.75103.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=17.56%
G=31.90%
B=50.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49891410.650.3700.45213.9148.4237.25
Hex31598D412502Dd63025
Octal61131215101450553266045
Binary1100011011001100011011000001100101010110111010110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31598D; }

 p { color: rgb(49,89,141); }

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

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

 a { background-color: rgb(49,89,141); }

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

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

 span { border-color: rgb(49,89,141); }

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