#315782

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

Shades of St Tropaz #315782

Tints of St Tropaz #315782

Color information

#315782 (or 0x315782) is unknown color: approx St Tropaz. HEX triplet: 31, 57 and 82. RGB value is (49,87,130). Sum of RGB (Red+Green+Blue) = 49+87+130=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #315782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315782 is #CEA87D. Grayscale: #505050. Windows color (decimal): -13543550 or 8542001. OLE color: 8542001.

HSL color Cylindrical-coordinate representation of color #315782: hue angle of 211.85º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #315782 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4987130-
CMYK0.620.3300.49
HSL211.85º45.25%35.1%-
HSV(B)211.85º62.31%50.98%-
XYZ8.79.0822.41-
YUV80.54155.91105.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=18.42%
G=32.71%
B=48.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49871300.620.3300.49211.8545.2535.1
Hex3157823E21031d42d23
Octal6112720276410613245543
Binary110001101011110000010111110100001011000111010100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315782; }

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

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

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

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

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

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

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

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