#31608B

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

Shades of Endeavour #31608B

Tints of Endeavour #31608B

Color information

#31608B (or 0x31608B) is unknown color: approx Endeavour. HEX triplet: 31, 60 and 8B. RGB value is (49,96,139). Sum of RGB (Red+Green+Blue) = 49+96+139=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #31608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31608B is #CE9F74. Grayscale: #565656. Windows color (decimal): -13541237 or 9134129. OLE color: 9134129.

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

Color convert

RGB4996139-
CMYK0.650.3100.45
HSL208.67º47.87%36.86%-
HSV(B)208.67º64.75%54.51%-
XYZ10.1110.8825.99-
YUV86.85157.43101-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=17.25%
G=33.80%
B=48.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49961390.650.3100.45208.6747.8736.86
Hex31608B411F02Dd13025
Octal61140213101370553216045
Binary110001110000010001011100000111111010110111010001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31608B; }

 p { color: rgb(49,96,139); }

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

<style>
 a { background-color: #31608B; }

 a { background-color: rgb(49,96,139); }

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

<style>
 span { border-color: #31608B; }

 span { border-color: rgb(49,96,139); }

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