#315A87

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

Shades of St Tropaz #315A87

Tints of St Tropaz #315A87

Color information

#315A87 (or 0x315A87) is unknown color: approx St Tropaz. HEX triplet: 31, 5A and 87. RGB value is (49,90,135). Sum of RGB (Red+Green+Blue) = 49+90+135=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #315A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315A87 is #CEA578. Grayscale: #525252. Windows color (decimal): -13542777 or 8870449. OLE color: 8870449.

HSL color Cylindrical-coordinate representation of color #315A87: hue angle of 211.4º 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 #315A87 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4990135-
CMYK0.640.3300.47
HSL211.4º46.74%36.08%-
HSV(B)211.4º63.7%52.94%-
XYZ9.39.7124.31-
YUV82.87157.42103.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 135 (53.12% from 255) = 49.27%
R=17.88%
G=32.85%
B=49.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49901350.640.3300.47211.446.7436.08
Hex315A87402102Fd32f24
Octal61132207100410573235744
Binary1100011011010100001111000000100001010111111010011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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