#315680

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

Shades of St Tropaz #315680

Tints of St Tropaz #315680

Color information

#315680 (or 0x315680) is unknown color: approx St Tropaz. HEX triplet: 31, 56 and 80. RGB value is (49,86,128). Sum of RGB (Red+Green+Blue) = 49+86+128=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #315680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315680 is #CEA97F. Grayscale: #4F4F4F. Windows color (decimal): -13543808 or 8410673. OLE color: 8410673.

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

Color convert

RGB4986128-
CMYK0.620.3300.50
HSL211.9º44.63%34.71%-
HSV(B)211.9º61.72%50.2%-
XYZ8.498.8721.69-
YUV79.72155.24106.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=18.63%
G=32.70%
B=48.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49861280.620.3300.50211.944.6334.71
Hex3156803E21032d42d23
Octal6112620076410623245543
Binary110001101011010000000111110100001011001011010100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315680; }

 p { color: rgb(49,86,128); }

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

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

 a { background-color: rgb(49,86,128); }

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

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

 span { border-color: rgb(49,86,128); }

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