Html Css Color HEX #374445 Dark Slate Grey

📋 copy color: '#374445'

red 55 ◦ green 68 ◦ blue 69

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

Shades of Dark Slate Grey #374445

Tints of Dark Slate Grey #374445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 28.65%
G = 35.42%
B = 35.94%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#374445 (or 0x374445) is known color: Dark Slate Grey. HEX triplet: 37, 44 and 45. RGB value is (55,68,69). Sum of RGB (Red+Green+Blue) = 55+68+69=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 69 - color contains mainly: blue. Hex color #374445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374445 is #C8BBBA. Grayscale: #404040. Windows color (decimal): -13155259 or 4539447. OLE color: 4539447.

HSL color Cylindrical-coordinate representation of color #374445: hue angle of 184.29º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #374445 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 68 69 -
CMYK 0.20 0.01 0 0.73
HSL 184.29º 0.11% 0.24% -
HSV(B) 184.29º 0.2% 0.27% -
XYZ 4.72 5.38 6.42 -
YUV 64.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 55 68 69 0.20 0.01 0 0.73 184.29 0.11 0.24
Hex 37 44 45 14 1 0 49 B8 B 18
Octal 67 104 105 24 1 0 111 270 13 30
Binary 110111 1000100 1000101 10100 1 0 1001001 10111000 1011 11000

Color Harmonies of #374445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374445

Black with #374445

Text Example


Text Example

White with #374445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374445; }

 p { color: rgb(55,68,69); }

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

background-color css

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

 a { background-color: rgb(55,68,69); }

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

border-color css

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

 span { border-color: rgb(55,68,69); }

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