#31608F

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

Shades of Endeavour #31608F

Tints of Endeavour #31608F

Color information

#31608F (or 0x31608F) is unknown color: approx Endeavour. HEX triplet: 31, 60 and 8F. RGB value is (49,96,143). Sum of RGB (Red+Green+Blue) = 49+96+143=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #31608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31608F is #CE9F70. Grayscale: #575757. Windows color (decimal): -13541233 or 9396273. OLE color: 9396273.

HSL color Cylindrical-coordinate representation of color #31608F: hue angle of 210º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31608F is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4996143-
CMYK0.660.3300.44
HSL210º48.96%37.65%-
HSV(B)210º65.73%56.08%-
XYZ10.411127.56-
YUV87.3159.43100.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 143 (56.25% from 255) = 49.65%
R=17.01%
G=33.33%
B=49.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49961430.660.3300.4421048.9637.65
Hex31608F422102Cd23126
Octal61140217102410543226146
Binary1100011100000100011111000010100001010110011010010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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