Html Css Color HEX #384A4D Dark Slate Grey

📋 copy color: '#384A4D'

red 56 ◦ green 74 ◦ blue 77

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

Shades of Dark Slate Grey #384A4D

Tints of Dark Slate Grey #384A4D

RGB

 RED value IS 56 (22.27% from 255) = 27.05%

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

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

R = 27.05%
G = 35.75%
B = 37.2%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#384A4D (or 0x384A4D) is known color: Dark Slate Grey. HEX triplet: 38, 4A and 4D. RGB value is (56,74,77). Sum of RGB (Red+Green+Blue) = 56+74+77=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #384A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A4D is #C7B5B2. Grayscale: #444444. Windows color (decimal): -13088179 or 5065272. OLE color: 5065272.

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

Color convert

RGB 56 74 77 -
CMYK 0.27 0.04 0 0.70
HSL 188.57º 0.16% 0.26% -
HSV(B) 188.57º 0.27% 0.3% -
XYZ 5.42 6.27 7.95 -
YUV 68.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 56 74 77 0.27 0.04 0 0.70 188.57 0.16 0.26
Hex 38 4A 4D 1B 4 0 46 BD 10 1A
Octal 70 112 115 33 4 0 106 275 20 32
Binary 111000 1001010 1001101 11011 100 0 1000110 10111101 10000 11010

Color Harmonies of #384A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A4D

Black with #384A4D

Text Example


Text Example

White with #384A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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