#315A85

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

Shades of St Tropaz #315A85

Tints of St Tropaz #315A85

Color information

#315A85 (or 0x315A85) is unknown color: approx St Tropaz. HEX triplet: 31, 5A and 85. RGB value is (49,90,133). Sum of RGB (Red+Green+Blue) = 49+90+133=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #315A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315A85 is #CEA57A. Grayscale: #525252. Windows color (decimal): -13542779 or 8739377. OLE color: 8739377.

HSL color Cylindrical-coordinate representation of color #315A85: hue angle of 210.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315A85 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4990133-
CMYK0.630.3200.48
HSL210.71º46.15%35.69%-
HSV(B)210.71º63.16%52.16%-
XYZ9.169.6623.57-
YUV82.64156.42104-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=18.01%
G=33.09%
B=48.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49901330.630.3200.48210.7146.1535.69
Hex315A853F20030d32e24
Octal6113220577400603235644
Binary110001101101010000101111111100000011000011010011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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