Html Css Color HEX #344749 Dark Slate Grey

📋 copy color: '#344749'

red 52 ◦ green 71 ◦ blue 73

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

Shades of Dark Slate Grey #344749

Tints of Dark Slate Grey #344749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

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

R = 26.53%
G = 36.22%
B = 37.24%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#344749 (or 0x344749) is known color: Dark Slate Grey. HEX triplet: 34, 47 and 49. RGB value is (52,71,73). Sum of RGB (Red+Green+Blue) = 52+71+73=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #344749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344749 is #CBB8B6. Grayscale: #414141. Windows color (decimal): -13351095 or 4802356. OLE color: 4802356.

HSL color Cylindrical-coordinate representation of color #344749: hue angle of 185.71º 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 #344749 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 71 73 -
CMYK 0.29 0.03 0 0.71
HSL 185.71º 0.17% 0.25% -
HSV(B) 185.71º 0.29% 0.29% -
XYZ 4.87 5.72 7.15 -
YUV 65.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 52 71 73 0.29 0.03 0 0.71 185.71 0.17 0.25
Hex 34 47 49 1D 3 0 47 BA 11 19
Octal 64 107 111 35 3 0 107 272 21 31
Binary 110100 1000111 1001001 11101 11 0 1000111 10111010 10001 11001

Color Harmonies of #344749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344749

Black with #344749

Text Example


Text Example

White with #344749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344749; }

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

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

background-color css

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

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

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

border-color css

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

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

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