#315991

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

Shades of Endeavour #315991

Tints of Endeavour #315991

Color information

#315991 (or 0x315991) is unknown color: approx Endeavour. HEX triplet: 31, 59 and 91. RGB value is (49,89,145). Sum of RGB (Red+Green+Blue) = 49+89+145=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #315991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315991 is #CEA66E. Grayscale: #535353. Windows color (decimal): -13543023 or 9525553. OLE color: 9525553.

HSL color Cylindrical-coordinate representation of color #315991: hue angle of 215º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315991 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4989145-
CMYK0.660.3900.43
HSL215º49.48%38.04%-
HSV(B)215º66.21%56.86%-
XYZ9.959.8428.16-
YUV83.42162.75103.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=17.31%
G=31.45%
B=51.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49891450.660.3900.4321549.4838.04
Hex315991422702Bd73126
Octal61131221102470533276146
Binary1100011011001100100011000010100111010101111010111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315991; }

 p { color: rgb(49,89,145); }

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

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

 a { background-color: rgb(49,89,145); }

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

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

 span { border-color: rgb(49,89,145); }

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