Html Css Color HEX #2E5351 Dark Slate Grey

📋 copy color: '#2E5351'

red 46 ◦ green 83 ◦ blue 81

#2E5351
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #2E5351

Tints of Dark Slate Grey #2E5351

RGB

 RED value IS 46 (18.36% from 255) = 21.9%

 GREEN value IS 83 (32.81% from 255) = 39.52%

 BLUE value IS 81 (32.03% from 255) = 38.57%

R = 21.9%
G = 39.52%
B = 38.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#2E5351 (or 0x2E5351) is known color: 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

RGB 46 83 81 -
CMYK 0.45 0 0.02 0.67
HSL 176.76º 0.29% 0.25% -
HSV(B) 176.76º 0.45% 0.33% -
XYZ 5.71 7.36 8.9 -
YUV 71.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 46 83 81 0.45 0 0.02 0.67 176.76 0.29 0.25
Hex 2E 53 51 2D 0 2 43 B1 1D 19
Octal 56 123 121 55 0 2 103 261 35 31
Binary 101110 1010011 1010001 101101 0 10 1000011 10110001 11101 11001

Color Harmonies of #2E5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5351

Black with #2E5351

Text Example


Text Example

White with #2E5351

Text Example


Text Example

HTML Codes & Css Web 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>