#315155

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

Shades of Dark Slate Grey #315155

Tints of Dark Slate Grey #315155

Color information

#315155 (or 0x315155) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 51 and 55. RGB value is (49,81,85). Sum of RGB (Red+Green+Blue) = 49+81+85=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #315155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315155 is #CEAEAA. Grayscale: #474747. Windows color (decimal): -13545131 or 5591345. OLE color: 5591345.

HSL color Cylindrical-coordinate representation of color #315155: hue angle of 186.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315155 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB498185-
CMYK0.420.0500.67
HSL186.67º26.87%26.27%-
HSV(B)186.67º42.35%33.33%-
XYZ5.857.199.67-
YUV71.89135.4111.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=22.79%
G=37.67%
B=39.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4981850.420.0500.67186.6726.8726.27
Hex3151552A5043bb1b1a
Octal6112112552501032733332
Binary1100011010001101010110101010101000011101110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315155; }

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

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

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

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

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

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

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

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