#315A8F

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

Shades of Endeavour #315A8F

Tints of Endeavour #315A8F

Color information

#315A8F (or 0x315A8F) is unknown color: approx Endeavour. HEX triplet: 31, 5A and 8F. RGB value is (49,90,143). Sum of RGB (Red+Green+Blue) = 49+90+143=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #315A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315A8F is #CEA570. Grayscale: #535353. Windows color (decimal): -13542769 or 9394737. OLE color: 9394737.

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

Color convert

RGB4990143-
CMYK0.660.3700.44
HSL213.83º48.96%37.65%-
HSV(B)213.83º65.73%56.08%-
XYZ9.889.9527.39-
YUV83.78161.42103.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 143 (56.25% from 255) = 50.71%
R=17.38%
G=31.91%
B=50.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49901430.660.3700.44213.8348.9637.65
Hex315A8F422502Cd63126
Octal61132217102450543266146
Binary1100011011010100011111000010100101010110011010110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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