#315997

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

Shades of Endeavour #315997

Tints of Endeavour #315997

Color information

#315997 (or 0x315997) is unknown color: approx Endeavour. HEX triplet: 31, 59 and 97. RGB value is (49,89,151). Sum of RGB (Red+Green+Blue) = 49+89+151=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #315997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315997 is #CEA668. Grayscale: #535353. Windows color (decimal): -13543017 or 9918769. OLE color: 9918769.

HSL color Cylindrical-coordinate representation of color #315997: hue angle of 216.47º 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 #315997 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4989151-
CMYK0.680.4100.41
HSL216.47º51%39.22%-
HSV(B)216.47º67.55%59.22%-
XYZ10.4210.0330.67-
YUV84.11165.75102.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 151 (59.38% from 255) = 52.25%
R=16.96%
G=30.80%
B=52.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49891510.680.4100.41216.475139.22
Hex3159974429029d83327
Octal61131227104510513306347
Binary1100011011001100101111000100101001010100111011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315997; }

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

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

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

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

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

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

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

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