#2E5351

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

Shades of Dark Slate Grey #2E5351

Tints of Dark Slate Grey #2E5351

Color information

#2E5351 (or 0x2E5351) is unknown color: approx Dark Slate Grey. HEX triplet: 2E, 53 and 51. RGB value is (46,83,81). Sum of RGB (Red+Green+Blue) = 46+83+81=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5351 is #D1ACAE. Grayscale: #474747. Windows color (decimal): -13741231 or 5329710. OLE color: 5329710.

HSL color Cylindrical-coordinate representation of color #2E5351: hue angle of 176.76º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E5351 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB468381-
CMYK0.4500.020.67
HSL176.76º28.68%25.29%-
HSV(B)176.76º44.58%32.55%-
XYZ5.717.368.9-
YUV71.71133.24109.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=21.90%
G=39.52%
B=38.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4683810.4500.020.67176.7628.6825.29
Hex2E53512D0243b11d19
Octal5612312155021032613531
Binary101110101001110100011011010101000011101100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E5351; }

 p { color: rgb(46,83,81); }

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

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

 a { background-color: rgb(46,83,81); }

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

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

 span { border-color: rgb(46,83,81); }

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