#315797

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

Shades of Endeavour #315797

Tints of Endeavour #315797

Color information

#315797 (or 0x315797) is unknown color: approx Endeavour. HEX triplet: 31, 57 and 97. RGB value is (49,87,151). Sum of RGB (Red+Green+Blue) = 49+87+151=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #315797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315797 is #CEA868. Grayscale: #525252. Windows color (decimal): -13543529 or 9918257. OLE color: 9918257.

HSL color Cylindrical-coordinate representation of color #315797: hue angle of 217.65º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315797 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4987151-
CMYK0.680.4200.41
HSL217.65º51%39.22%-
HSV(B)217.65º67.55%59.22%-
XYZ10.269.730.61-
YUV82.93166.41103.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=17.07%
G=30.31%
B=52.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49871510.680.4200.41217.655139.22
Hex315797442A029da3327
Octal61127227104520513326347
Binary1100011010111100101111000100101010010100111011010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315797; }

 p { color: rgb(49,87,151); }

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

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

 a { background-color: rgb(49,87,151); }

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

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

 span { border-color: rgb(49,87,151); }

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