Html Css Color HEX #374A4D Dark Slate Grey

📋 copy color: '#374A4D'

red 55 ◦ green 74 ◦ blue 77

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

Shades of Dark Slate Grey #374A4D

Tints of Dark Slate Grey #374A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.92%

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 26.7%
G = 35.92%
B = 37.38%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#374A4D (or 0x374A4D) is known color: Dark Slate Grey. HEX triplet: 37, 4A and 4D. RGB value is (55,74,77). Sum of RGB (Red+Green+Blue) = 55+74+77=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #374A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A4D is #C8B5B2. Grayscale: #444444. Windows color (decimal): -13153715 or 5065271. OLE color: 5065271.

HSL color Cylindrical-coordinate representation of color #374A4D: hue angle of 188.18º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374A4D is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 74 77 -
CMYK 0.29 0.04 0 0.70
HSL 188.18º 0.17% 0.26% -
HSV(B) 188.18º 0.29% 0.3% -
XYZ 5.36 6.25 7.94 -
YUV 68.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 55 74 77 0.29 0.04 0 0.70 188.18 0.17 0.26
Hex 37 4A 4D 1D 4 0 46 BC 11 1A
Octal 67 112 115 35 4 0 106 274 21 32
Binary 110111 1001010 1001101 11101 100 0 1000110 10111100 10001 11010

Color Harmonies of #374A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A4D

Black with #374A4D

Text Example


Text Example

White with #374A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,74,77); }

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

background-color css

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

 a { background-color: rgb(55,74,77); }

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

border-color css

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

 span { border-color: rgb(55,74,77); }

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