Html Css Color HEX #374E50 Dark Slate Grey

📋 copy color: '#374E50'

red 55 ◦ green 78 ◦ blue 80

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

Shades of Dark Slate Grey #374E50

Tints of Dark Slate Grey #374E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.56%

R = 25.82%
G = 36.62%
B = 37.56%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#374E50 (or 0x374E50) is known color: Dark Slate Grey. HEX triplet: 37, 4E and 50. RGB value is (55,78,80). Sum of RGB (Red+Green+Blue) = 55+78+80=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #374E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E50 is #C8B1AF. Grayscale: #474747. Windows color (decimal): -13152688 or 5262903. OLE color: 5262903.

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

Color convert

RGB 55 78 80 -
CMYK 0.31 0.02 0 0.69
HSL 184.8º 0.19% 0.26% -
HSV(B) 184.8º 0.31% 0.31% -
XYZ 5.75 6.84 8.61 -
YUV 71.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 55 78 80 0.31 0.02 0 0.69 184.8 0.19 0.26
Hex 37 4E 50 1F 2 0 45 B9 13 1A
Octal 67 116 120 37 2 0 105 271 23 32
Binary 110111 1001110 1010000 11111 10 0 1000101 10111001 10011 11010

Color Harmonies of #374E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E50

Black with #374E50

Text Example


Text Example

White with #374E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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