Html Css Color HEX #374E4F Dark Slate Grey

📋 copy color: '#374E4F'

red 55 ◦ green 78 ◦ blue 79

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

Shades of Dark Slate Grey #374E4F

Tints of Dark Slate Grey #374E4F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.79%

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

R = 25.94%
G = 36.79%
B = 37.26%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#374E4F (or 0x374E4F) is known color: Dark Slate Grey. HEX triplet: 37, 4E and 4F. RGB value is (55,78,79). Sum of RGB (Red+Green+Blue) = 55+78+79=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 79 - color contains mainly: blue. Hex color #374E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E4F is #C8B1B0. Grayscale: #474747. Windows color (decimal): -13152689 or 5197367. OLE color: 5197367.

HSL color Cylindrical-coordinate representation of color #374E4F: hue angle of 182.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 #374E4F is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 78 79 -
CMYK 0.30 0.01 0 0.69
HSL 182.5º 0.18% 0.26% -
HSV(B) 182.5º 0.3% 0.31% -
XYZ 5.71 6.83 8.41 -
YUV 71.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 55 78 79 0.30 0.01 0 0.69 182.5 0.18 0.26
Hex 37 4E 4F 1E 1 0 45 B6 12 1A
Octal 67 116 117 36 1 0 105 266 22 32
Binary 110111 1001110 1001111 11110 1 0 1000101 10110110 10010 11010

Color Harmonies of #374E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E4F

Black with #374E4F

Text Example


Text Example

White with #374E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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