Html Css Color HEX #374C4F Dark Slate Grey

📋 copy color: '#374C4F'

red 55 ◦ green 76 ◦ blue 79

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

Shades of Dark Slate Grey #374C4F

Tints of Dark Slate Grey #374C4F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.19%

 BLUE value IS 79 (31.25% from 255) = 37.62%

R = 26.19%
G = 36.19%
B = 37.62%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#374C4F (or 0x374C4F) is known color: Dark Slate Grey. HEX triplet: 37, 4C and 4F. RGB value is (55,76,79). Sum of RGB (Red+Green+Blue) = 55+76+79=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 79 - color contains mainly: blue. Hex color #374C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C4F is #C8B3B0. Grayscale: #464646. Windows color (decimal): -13153201 or 5196855. OLE color: 5196855.

HSL color Cylindrical-coordinate representation of color #374C4F: hue angle of 187.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #374C4F is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 76 79 -
CMYK 0.30 0.04 0 0.69
HSL 187.5º 0.18% 0.26% -
HSV(B) 187.5º 0.3% 0.31% -
XYZ 5.57 6.55 8.37 -
YUV 70.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 55 76 79 0.30 0.04 0 0.69 187.5 0.18 0.26
Hex 37 4C 4F 1E 4 0 45 BC 12 1A
Octal 67 114 117 36 4 0 105 274 22 32
Binary 110111 1001100 1001111 11110 100 0 1000101 10111100 10010 11010

Color Harmonies of #374C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C4F

Black with #374C4F

Text Example


Text Example

White with #374C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374C4F; }

 p { color: rgb(55,76,79); }

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

background-color css

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

 a { background-color: rgb(55,76,79); }

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

border-color css

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

 span { border-color: rgb(55,76,79); }

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