#315690

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

Shades of Endeavour #315690

Tints of Endeavour #315690

Color information

#315690 (or 0x315690) is unknown color: approx Endeavour. HEX triplet: 31, 56 and 90. RGB value is (49,86,144). Sum of RGB (Red+Green+Blue) = 49+86+144=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #315690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315690 is #CEA96F. Grayscale: #515151. Windows color (decimal): -13543792 or 9459249. OLE color: 9459249.

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

Color convert

RGB4986144-
CMYK0.660.4000.44
HSL216.63º49.22%37.84%-
HSV(B)216.63º65.97%56.47%-
XYZ9.639.3227.68-
YUV81.55163.24104.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=17.56%
G=30.82%
B=51.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49861440.660.4000.44216.6349.2237.84
Hex315690422802Cd93126
Octal61126220102500543316146
Binary1100011010110100100001000010101000010110011011001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315690; }

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

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

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

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

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

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

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

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