Html Css Color HEX #374648 Dark Slate Grey

📋 copy color: '#374648'

red 55 ◦ green 70 ◦ blue 72

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

Shades of Dark Slate Grey #374648

Tints of Dark Slate Grey #374648

RGB

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

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

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

R = 27.92%
G = 35.53%
B = 36.55%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#374648 (or 0x374648) is known color: Dark Slate Grey. HEX triplet: 37, 46 and 48. RGB value is (55,70,72). Sum of RGB (Red+Green+Blue) = 55+70+72=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: blue. Hex color #374648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374648 is #C8B9B7. Grayscale: #414141. Windows color (decimal): -13154744 or 4736567. OLE color: 4736567.

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

Color convert

RGB 55 70 72 -
CMYK 0.24 0.03 0 0.72
HSL 187.06º 0.13% 0.25% -
HSV(B) 187.06º 0.24% 0.28% -
XYZ 4.94 5.66 6.96 -
YUV 65.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 55 70 72 0.24 0.03 0 0.72 187.06 0.13 0.25
Hex 37 46 48 18 3 0 48 BB D 19
Octal 67 106 110 30 3 0 110 273 15 31
Binary 110111 1000110 1001000 11000 11 0 1001000 10111011 1101 11001

Color Harmonies of #374648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374648

Black with #374648

Text Example


Text Example

White with #374648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374648; }

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

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

background-color css

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

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

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

border-color css

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

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

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