#315891

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

Shades of Endeavour #315891

Tints of Endeavour #315891

Color information

#315891 (or 0x315891) is unknown color: approx Endeavour. HEX triplet: 31, 58 and 91. RGB value is (49,88,145). Sum of RGB (Red+Green+Blue) = 49+88+145=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #315891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315891 is #CEA76E. Grayscale: #525252. Windows color (decimal): -13543279 or 9525297. OLE color: 9525297.

HSL color Cylindrical-coordinate representation of color #315891: hue angle of 215.62º 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 #315891 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4988145-
CMYK0.660.3900.43
HSL215.62º49.48%38.04%-
HSV(B)215.62º66.21%56.86%-
XYZ9.879.6828.14-
YUV82.84163.08103.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=17.38%
G=31.21%
B=51.42%

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
Decimal49881450.660.3900.43215.6249.4838.04
Hex315891422702Bd83126
Octal61130221102470533306146
Binary1100011011000100100011000010100111010101111011000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315891; }

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

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

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

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

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

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

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

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