#315587

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

Shades of St Tropaz #315587

Tints of St Tropaz #315587

Color information

#315587 (or 0x315587) is unknown color: approx St Tropaz. HEX triplet: 31, 55 and 87. RGB value is (49,85,135). Sum of RGB (Red+Green+Blue) = 49+85+135=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #315587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315587 is #CEAA78. Grayscale: #4F4F4F. Windows color (decimal): -13544057 or 8869169. OLE color: 8869169.

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

Color convert

RGB4985135-
CMYK0.640.3700.47
HSL214.88º46.74%36.08%-
HSV(B)214.88º63.7%52.94%-
XYZ8.898.924.17-
YUV79.94159.07105.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=18.22%
G=31.60%
B=50.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49851350.640.3700.47214.8846.7436.08
Hex315587402502Fd72f24
Octal61125207100450573275744
Binary1100011010101100001111000000100101010111111010111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315587; }

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

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

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

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

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

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

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

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