#315786

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

Shades of St Tropaz #315786

Tints of St Tropaz #315786

Color information

#315786 (or 0x315786) is unknown color: approx St Tropaz. HEX triplet: 31, 57 and 86. RGB value is (49,87,134). Sum of RGB (Red+Green+Blue) = 49+87+134=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #315786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315786 is #CEA879. Grayscale: #505050. Windows color (decimal): -13543546 or 8804145. OLE color: 8804145.

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

Color convert

RGB4987134-
CMYK0.630.3500.47
HSL213.18º46.45%35.88%-
HSV(B)213.18º63.43%52.55%-
XYZ8.989.1923.86-
YUV81157.91105.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 134 (52.73% from 255) = 49.63%
R=18.15%
G=32.22%
B=49.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49871340.630.3500.47213.1846.4535.88
Hex3157863F2302Fd52e24
Octal6112720677430573255644
Binary110001101011110000110111111100011010111111010101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315786; }

 p { color: rgb(49,87,134); }

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

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

 a { background-color: rgb(49,87,134); }

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

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

 span { border-color: rgb(49,87,134); }

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