#315E87

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

Shades of Endeavour #315E87

Tints of Endeavour #315E87

Color information

#315E87 (or 0x315E87) is unknown color: approx Endeavour. HEX triplet: 31, 5E and 87. RGB value is (49,94,135). Sum of RGB (Red+Green+Blue) = 49+94+135=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #315E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315E87 is #CEA178. Grayscale: #555555. Windows color (decimal): -13541753 or 8871473. OLE color: 8871473.

HSL color Cylindrical-coordinate representation of color #315E87: hue angle of 208.6º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315E87 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4994135-
CMYK0.640.3000.47
HSL208.6º46.74%36.08%-
HSV(B)208.6º63.7%52.94%-
XYZ9.6410.4124.42-
YUV85.22156.09102.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 135 (53.12% from 255) = 48.56%
R=17.63%
G=33.81%
B=48.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49941350.640.3000.47208.646.7436.08
Hex315E87401E02Fd12f24
Octal61136207100360573215744
Binary110001101111010000111100000011110010111111010001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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