#315385

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

Shades of St Tropaz #315385

Tints of St Tropaz #315385

Color information

#315385 (or 0x315385) is unknown color: approx St Tropaz. HEX triplet: 31, 53 and 85. RGB value is (49,83,133). Sum of RGB (Red+Green+Blue) = 49+83+133=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #315385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315385 is #CEAC7A. Grayscale: #4E4E4E. Windows color (decimal): -13544571 or 8737585. OLE color: 8737585.

HSL color Cylindrical-coordinate representation of color #315385: hue angle of 215.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 #315385 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4983133-
CMYK0.630.3800.48
HSL215.71º46.15%35.69%-
HSV(B)215.71º63.16%52.16%-
XYZ8.598.5323.38-
YUV78.53158.74106.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=18.49%
G=31.32%
B=50.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49831330.630.3800.48215.7146.1535.69
Hex3153853F26030d82e24
Octal6112320577460603305644
Binary110001101001110000101111111100110011000011011000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315385; }

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

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

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

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

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

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

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

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