Html Css Color HEX #354849 Dark Slate Grey

📋 copy color: '#354849'

red 53 ◦ green 72 ◦ blue 73

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

Shades of Dark Slate Grey #354849

Tints of Dark Slate Grey #354849

RGB

 RED value IS 53 (21.09% from 255) = 26.77%

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

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

R = 26.77%
G = 36.36%
B = 36.87%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#354849 (or 0x354849) is known color: Dark Slate Grey. HEX triplet: 35, 48 and 49. RGB value is (53,72,73). Sum of RGB (Red+Green+Blue) = 53+72+73=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 73 - color contains mainly: blue. Hex color #354849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354849 is #CAB7B6. Grayscale: #424242. Windows color (decimal): -13285303 or 4802613. OLE color: 4802613.

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

Color convert

RGB 53 72 73 -
CMYK 0.27 0.01 0 0.71
HSL 183º 0.16% 0.25% -
HSV(B) 183º 0.27% 0.29% -
XYZ 4.99 5.87 7.17 -
YUV 66.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 53 72 73 0.27 0.01 0 0.71 183 0.16 0.25
Hex 35 48 49 1B 1 0 47 B7 10 19
Octal 65 110 111 33 1 0 107 267 20 31
Binary 110101 1001000 1001001 11011 1 0 1000111 10110111 10000 11001

Color Harmonies of #354849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354849

Black with #354849

Text Example


Text Example

White with #354849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354849; }

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

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

background-color css

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

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

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

border-color css

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

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

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