#31588D

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

Shades of Endeavour #31588D

Tints of Endeavour #31588D

Color information

#31588D (or 0x31588D) is unknown color: approx Endeavour. HEX triplet: 31, 58 and 8D. RGB value is (49,88,141). Sum of RGB (Red+Green+Blue) = 49+88+141=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #31588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31588D is #CEA772. Grayscale: #525252. Windows color (decimal): -13543283 or 9263153. OLE color: 9263153.

HSL color Cylindrical-coordinate representation of color #31588D: hue angle of 214.57º 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 #31588D is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4988141-
CMYK0.650.3800.45
HSL214.57º48.42%37.25%-
HSV(B)214.57º65.25%55.29%-
XYZ9.569.5626.54-
YUV82.38161.08104.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 141 (55.47% from 255) = 50.72%
R=17.63%
G=31.65%
B=50.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49881410.650.3800.45214.5748.4237.25
Hex31588D412602Dd73025
Octal61130215101460553276045
Binary1100011011000100011011000001100110010110111010111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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