Html Css Color HEX #354647 Dark Slate Grey

📋 copy color: '#354647'

red 53 ◦ green 70 ◦ blue 71

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

Shades of Dark Slate Grey #354647

Tints of Dark Slate Grey #354647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

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

R = 27.32%
G = 36.08%
B = 36.6%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#354647 (or 0x354647) is known color: Dark Slate Grey. HEX triplet: 35, 46 and 47. RGB value is (53,70,71). Sum of RGB (Red+Green+Blue) = 53+70+71=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #354647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354647 is #CAB9B8. Grayscale: #414141. Windows color (decimal): -13285817 or 4671029. OLE color: 4671029.

HSL color Cylindrical-coordinate representation of color #354647: hue angle of 183.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354647 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 70 71 -
CMYK 0.25 0.01 0 0.72
HSL 183.33º 0.15% 0.24% -
HSV(B) 183.33º 0.25% 0.28% -
XYZ 4.8 5.59 6.79 -
YUV 65.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 53 70 71 0.25 0.01 0 0.72 183.33 0.15 0.24
Hex 35 46 47 19 1 0 48 B7 F 18
Octal 65 106 107 31 1 0 110 267 17 30
Binary 110101 1000110 1000111 11001 1 0 1001000 10110111 1111 11000

Color Harmonies of #354647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354647

Black with #354647

Text Example


Text Example

White with #354647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354647; }

 p { color: rgb(53,70,71); }

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

background-color css

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

 a { background-color: rgb(53,70,71); }

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

border-color css

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

 span { border-color: rgb(53,70,71); }

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