#31608d

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

Shades of Endeavour #31608D

Tints of Endeavour #31608D

Color information

#31608D (or 0x31608D) is unknown color: approx Endeavour. HEX triplet: 31, 60 and 8D. RGB value is (49,96,141). Sum of RGB (Red+Green+Blue) = 49+96+141=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #31608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31608D is #CE9F72. Grayscale: #565656. Windows color (decimal): -13541235 or 9265201. OLE color: 9265201.

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

Color convert

RGB4996141-
CMYK0.650.3200.45
HSL209.35º48.42%37.25%-
HSV(B)209.35º65.25%55.29%-
XYZ10.2610.9426.77-
YUV87.08158.43100.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 141 (55.47% from 255) = 49.30%
R=17.13%
G=33.57%
B=49.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49961410.650.3200.45209.3548.4237.25
Hex31608D412002Dd13025
Octal61140215101400553216045
Binary1100011100000100011011000001100000010110111010001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31608d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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