#315156

Color #315156 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #315156

Tints of Dark Slate Grey #315156

Color information

#315156 (or 0x315156) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 51 and 56. RGB value is (49,81,86). Sum of RGB (Red+Green+Blue) = 49+81+86=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #315156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315156 is #CEAEA9. Grayscale: #474747. Windows color (decimal): -13545130 or 5656881. OLE color: 5656881.

HSL color Cylindrical-coordinate representation of color #315156: hue angle of 188.11º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #315156 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB498186-
CMYK0.430.0600.66
HSL188.11º27.41%26.47%-
HSV(B)188.11º43.02%33.73%-
XYZ5.897.219.89-
YUV72135.9111.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=22.69%
G=37.5%
B=39.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4981860.430.0600.66188.1127.4126.47
Hex3151562B6042bc1b1a
Octal6112112653601022743332
Binary1100011010001101011010101111001000010101111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315156; }

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

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

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

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

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

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

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

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