Html Css Color HEX #374647 Dark Slate Grey

📋 copy color: '#374647'

red 55 ◦ green 70 ◦ blue 71

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

Shades of Dark Slate Grey #374647

Tints of Dark Slate Grey #374647

RGB

 RED value IS 55 (21.88% from 255) = 28.06%

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

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

R = 28.06%
G = 35.71%
B = 36.22%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#374647 (or 0x374647) is known color: Dark Slate Grey. HEX triplet: 37, 46 and 47. RGB value is (55,70,71). Sum of RGB (Red+Green+Blue) = 55+70+71=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 71 - color contains mainly: blue. Hex color #374647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374647 is #C8B9B8. Grayscale: #414141. Windows color (decimal): -13154745 or 4671031. OLE color: 4671031.

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

Color convert

RGB 55 70 71 -
CMYK 0.23 0.01 0 0.72
HSL 183.75º 0.13% 0.25% -
HSV(B) 183.75º 0.23% 0.28% -
XYZ 4.9 5.65 6.79 -
YUV 65.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 55 70 71 0.23 0.01 0 0.72 183.75 0.13 0.25
Hex 37 46 47 17 1 0 48 B8 D 19
Octal 67 106 107 27 1 0 110 270 15 31
Binary 110111 1000110 1000111 10111 1 0 1001000 10111000 1101 11001

Color Harmonies of #374647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374647

Black with #374647

Text Example


Text Example

White with #374647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374647; }

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

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

background-color css

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

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

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

border-color css

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

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

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