#315693

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

Shades of Endeavour #315693

Tints of Endeavour #315693

Color information

#315693 (or 0x315693) is unknown color: approx Endeavour. HEX triplet: 31, 56 and 93. RGB value is (49,86,147). Sum of RGB (Red+Green+Blue) = 49+86+147=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #315693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315693 is #CEA96C. Grayscale: #515151. Windows color (decimal): -13543789 or 9655857. OLE color: 9655857.

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

Color convert

RGB4986147-
CMYK0.670.4100.42
HSL217.35º50%38.43%-
HSV(B)217.35º66.67%57.65%-
XYZ9.869.4228.9-
YUV81.89164.74104.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=17.38%
G=30.50%
B=52.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49861470.670.4100.42217.355038.43
Hex315693432902Ad93226
Octal61126223103510523316246
Binary1100011010110100100111000011101001010101011011001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315693; }

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

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

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

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

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

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

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

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