Html Css Color HEX #324B4D Dark Slate Grey

📋 copy color: '#324B4D'

red 50 ◦ green 75 ◦ blue 77

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

Shades of Dark Slate Grey #324B4D

Tints of Dark Slate Grey #324B4D

RGB

 RED value IS 50 (19.92% from 255) = 24.75%

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

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

R = 24.75%
G = 37.13%
B = 38.12%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#324B4D (or 0x324B4D) is known color: Dark Slate Grey. HEX triplet: 32, 4B and 4D. RGB value is (50,75,77). Sum of RGB (Red+Green+Blue) = 50+75+77=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #324B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B4D is #CDB4B2. Grayscale: #434343. Windows color (decimal): -13481139 or 5065522. OLE color: 5065522.

HSL color Cylindrical-coordinate representation of color #324B4D: hue angle of 184.44º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #324B4D is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 75 77 -
CMYK 0.35 0.03 0 0.70
HSL 184.44º 0.21% 0.25% -
HSV(B) 184.44º 0.35% 0.3% -
XYZ 5.17 6.25 7.95 -
YUV 67.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 50 75 77 0.35 0.03 0 0.70 184.44 0.21 0.25
Hex 32 4B 4D 23 3 0 46 B8 15 19
Octal 62 113 115 43 3 0 106 270 25 31
Binary 110010 1001011 1001101 100011 11 0 1000110 10111000 10101 11001

Color Harmonies of #324B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B4D

Black with #324B4D

Text Example


Text Example

White with #324B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324B4D; }

 p { color: rgb(50,75,77); }

 H1.HeaderClassName
 {
   color: #324B4D;
 }
 .AnyTagClassName
 {
   color: #324B4D;
 }
</style>

background-color css

<style>
 a { background-color: #324B4D; }

 a { background-color: rgb(50,75,77); }

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

border-color css

<style>
 span { border-color: #324B4D; }

 span { border-color: rgb(50,75,77); }

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