Html Css Color HEX #2E4547 Dark Slate Grey

📋 copy color: '#2E4547'

red 46 ◦ green 69 ◦ blue 71

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

Shades of Dark Slate Grey #2E4547

Tints of Dark Slate Grey #2E4547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.1%

 BLUE value IS 71 (28.13% from 255) = 38.17%

R = 24.73%
G = 37.1%
B = 38.17%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2E4547 (or 0x2E4547) is known color: Dark Slate Grey. HEX triplet: 2E, 45 and 47. RGB value is (46,69,71). Sum of RGB (Red+Green+Blue) = 46+69+71=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E4547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4547 is #D1BAB8. Grayscale: #3E3E3E. Windows color (decimal): -13744825 or 4670766. OLE color: 4670766.

HSL color Cylindrical-coordinate representation of color #2E4547: hue angle of 184.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E4547 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 69 71 -
CMYK 0.35 0.03 0 0.72
HSL 184.8º 0.21% 0.23% -
HSV(B) 184.8º 0.35% 0.28% -
XYZ 4.39 5.29 6.75 -
YUV 62.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 46 69 71 0.35 0.03 0 0.72 184.8 0.21 0.23
Hex 2E 45 47 23 3 0 48 B9 15 17
Octal 56 105 107 43 3 0 110 271 25 27
Binary 101110 1000101 1000111 100011 11 0 1001000 10111001 10101 10111

Color Harmonies of #2E4547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4547

Black with #2E4547

Text Example


Text Example

White with #2E4547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,69,71); }

 H1.HeaderClassName
 {
   color: #2E4547;
 }
 .AnyTagClassName
 {
   color: #2E4547;
 }
</style>

background-color css

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

 a { background-color: rgb(46,69,71); }

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

border-color css

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

 span { border-color: rgb(46,69,71); }

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