#315E8F

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

Shades of Endeavour #315E8F

Tints of Endeavour #315E8F

Color information

#315E8F (or 0x315E8F) is unknown color: approx Endeavour. HEX triplet: 31, 5E and 8F. RGB value is (49,94,143). Sum of RGB (Red+Green+Blue) = 49+94+143=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #315E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315E8F is #CEA170. Grayscale: #555555. Windows color (decimal): -13541745 or 9395761. OLE color: 9395761.

HSL color Cylindrical-coordinate representation of color #315E8F: hue angle of 211.28º 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 #315E8F is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4994143-
CMYK0.660.3400.44
HSL211.28º48.96%37.65%-
HSV(B)211.28º65.73%56.08%-
XYZ10.2310.6427.5-
YUV86.13160.09101.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 143 (56.25% from 255) = 50%
R=17.13%
G=32.87%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49941430.660.3400.44211.2848.9637.65
Hex315E8F422202Cd33126
Octal61136217102420543236146
Binary1100011011110100011111000010100010010110011010011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315E8F; }

 p { color: rgb(49,94,143); }

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

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

 a { background-color: rgb(49,94,143); }

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

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

 span { border-color: rgb(49,94,143); }

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