Html Css Color HEX #344849 Dark Slate Grey

📋 copy color: '#344849'

red 52 ◦ green 72 ◦ blue 73

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

Shades of Dark Slate Grey #344849

Tints of Dark Slate Grey #344849

RGB

 RED value IS 52 (20.7% from 255) = 26.4%

 GREEN value IS 72 (28.52% from 255) = 36.55%

 BLUE value IS 73 (28.91% from 255) = 37.06%

R = 26.4%
G = 36.55%
B = 37.06%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#344849 (or 0x344849) is known color: Dark Slate Grey. HEX triplet: 34, 48 and 49. RGB value is (52,72,73). Sum of RGB (Red+Green+Blue) = 52+72+73=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #344849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344849 is #CBB7B6. Grayscale: #424242. Windows color (decimal): -13350839 or 4802612. OLE color: 4802612.

HSL color Cylindrical-coordinate representation of color #344849: hue angle of 182.86º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #344849 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 72 73 -
CMYK 0.29 0.01 0 0.71
HSL 182.86º 0.17% 0.25% -
HSV(B) 182.86º 0.29% 0.29% -
XYZ 4.94 5.85 7.17 -
YUV 66.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 52 72 73 0.29 0.01 0 0.71 182.86 0.17 0.25
Hex 34 48 49 1D 1 0 47 B7 11 19
Octal 64 110 111 35 1 0 107 267 21 31
Binary 110100 1001000 1001001 11101 1 0 1000111 10110111 10001 11001

Color Harmonies of #344849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344849

Black with #344849

Text Example


Text Example

White with #344849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344849; }

 p { color: rgb(52,72,73); }

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

background-color css

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

 a { background-color: rgb(52,72,73); }

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

border-color css

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

 span { border-color: rgb(52,72,73); }

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