#315699

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

Shades of Endeavour #315699

Tints of Endeavour #315699

Color information

#315699 (or 0x315699) is unknown color: approx Endeavour. HEX triplet: 31, 56 and 99. RGB value is (49,86,153). Sum of RGB (Red+Green+Blue) = 49+86+153=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #315699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315699 is #CEA966. Grayscale: #525252. Windows color (decimal): -13543783 or 10049073. OLE color: 10049073.

HSL color Cylindrical-coordinate representation of color #315699: hue angle of 218.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315699 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4986153-
CMYK0.680.4400.4
HSL218.65º51.49%39.61%-
HSV(B)218.65º67.97%60%-
XYZ10.349.6131.45-
YUV82.57167.74104.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=17.01%
G=29.86%
B=53.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal49861530.680.4400.4218.6551.4939.61
Hex315699442C028db3328
Octal61126231104540503336350
Binary1100011010110100110011000100101100010100011011011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315699; }

 p { color: rgb(49,86,153); }

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

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

 a { background-color: rgb(49,86,153); }

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

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

 span { border-color: rgb(49,86,153); }

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