Html Css Color HEX #37484B Dark Slate Grey

📋 copy color: '#37484B'

red 55 ◦ green 72 ◦ blue 75

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

Shades of Dark Slate Grey #37484B

Tints of Dark Slate Grey #37484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

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

R = 27.23%
G = 35.64%
B = 37.13%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37484B (or 0x37484B) is known color: Dark Slate Grey. HEX triplet: 37, 48 and 4B. RGB value is (55,72,75). Sum of RGB (Red+Green+Blue) = 55+72+75=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #37484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37484B is #C8B7B4. Grayscale: #434343. Windows color (decimal): -13154229 or 4933687. OLE color: 4933687.

HSL color Cylindrical-coordinate representation of color #37484B: hue angle of 189º 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 #37484B is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 72 75 -
CMYK 0.27 0.04 0 0.71
HSL 189º 0.15% 0.25% -
HSV(B) 189º 0.27% 0.29% -
XYZ 5.16 5.95 7.53 -
YUV 67.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 55 72 75 0.27 0.04 0 0.71 189 0.15 0.25
Hex 37 48 4B 1B 4 0 47 BD F 19
Octal 67 110 113 33 4 0 107 275 17 31
Binary 110111 1001000 1001011 11011 100 0 1000111 10111101 1111 11001

Color Harmonies of #37484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37484B

Black with #37484B

Text Example


Text Example

White with #37484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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