Html Css Color HEX #37494B Dark Slate Grey

📋 copy color: '#37494B'

red 55 ◦ green 73 ◦ blue 75

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

Shades of Dark Slate Grey #37494B

Tints of Dark Slate Grey #37494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.96%

 BLUE value IS 75 (29.69% from 255) = 36.95%

R = 27.09%
G = 35.96%
B = 36.95%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37494B (or 0x37494B) is known color: Dark Slate Grey. HEX triplet: 37, 49 and 4B. RGB value is (55,73,75). Sum of RGB (Red+Green+Blue) = 55+73+75=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #37494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37494B is #C8B6B4. Grayscale: #434343. Windows color (decimal): -13153973 or 4933943. OLE color: 4933943.

HSL color Cylindrical-coordinate representation of color #37494B: hue angle of 186º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #37494B is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 73 75 -
CMYK 0.27 0.03 0 0.71
HSL 186º 0.15% 0.25% -
HSV(B) 186º 0.27% 0.29% -
XYZ 5.23 6.09 7.56 -
YUV 67.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 55 73 75 0.27 0.03 0 0.71 186 0.15 0.25
Hex 37 49 4B 1B 3 0 47 BA F 19
Octal 67 111 113 33 3 0 107 272 17 31
Binary 110111 1001001 1001011 11011 11 0 1000111 10111010 1111 11001

Color Harmonies of #37494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37494B

Black with #37494B

Text Example


Text Example

White with #37494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37494B; }

 p { color: rgb(55,73,75); }

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

background-color css

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

 a { background-color: rgb(55,73,75); }

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

border-color css

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

 span { border-color: rgb(55,73,75); }

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