#315993

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

Shades of Endeavour #315993

Tints of Endeavour #315993

Color information

#315993 (or 0x315993) is unknown color: approx Endeavour. HEX triplet: 31, 59 and 93. RGB value is (49,89,147). Sum of RGB (Red+Green+Blue) = 49+89+147=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #315993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315993 is #CEA66C. Grayscale: #535353. Windows color (decimal): -13543021 or 9656625. OLE color: 9656625.

HSL color Cylindrical-coordinate representation of color #315993: hue angle of 215.51º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315993 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4989147-
CMYK0.670.3900.42
HSL215.51º50%38.43%-
HSV(B)215.51º66.67%57.65%-
XYZ10.119.928.98-
YUV83.65163.75103.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=17.19%
G=31.23%
B=51.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49891470.670.3900.42215.515038.43
Hex315993432702Ad83226
Octal61131223103470523306246
Binary1100011011001100100111000011100111010101011011000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315993; }

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

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

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

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

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

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

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

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