#31638D

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

Shades of Endeavour #31638D

Tints of Endeavour #31638D

Color information

#31638D (or 0x31638D) is unknown color: approx Endeavour. HEX triplet: 31, 63 and 8D. RGB value is (49,99,141). Sum of RGB (Red+Green+Blue) = 49+99+141=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #31638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31638D is #CE9C72. Grayscale: #585858. Windows color (decimal): -13540467 or 9265969. OLE color: 9265969.

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

Color convert

RGB4999141-
CMYK0.650.3000.45
HSL207.39º48.42%37.25%-
HSV(B)207.39º65.25%55.29%-
XYZ10.5411.526.86-
YUV88.84157.4499.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=16.96%
G=34.26%
B=48.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49991410.650.3000.45207.3948.4237.25
Hex31638D411E02Dcf3025
Octal61143215101360553176045
Binary110001110001110001101100000111110010110111001111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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