Html Css Color HEX #364647 Dark Slate Grey

📋 copy color: '#364647'

red 54 ◦ green 70 ◦ blue 71

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

Shades of Dark Slate Grey #364647

Tints of Dark Slate Grey #364647

RGB

 RED value IS 54 (21.48% from 255) = 27.69%

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 27.69%
G = 35.9%
B = 36.41%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#364647 (or 0x364647) is known color: Dark Slate Grey. HEX triplet: 36, 46 and 47. RGB value is (54,70,71). Sum of RGB (Red+Green+Blue) = 54+70+71=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 71 - color contains mainly: blue. Hex color #364647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364647 is #C9B9B8. Grayscale: #414141. Windows color (decimal): -13220281 or 4671030. OLE color: 4671030.

HSL color Cylindrical-coordinate representation of color #364647: hue angle of 183.53º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #364647 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 70 71 -
CMYK 0.24 0.01 0 0.72
HSL 183.53º 0.14% 0.25% -
HSV(B) 183.53º 0.24% 0.28% -
XYZ 4.85 5.62 6.79 -
YUV 65.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 54 70 71 0.24 0.01 0 0.72 183.53 0.14 0.25
Hex 36 46 47 18 1 0 48 B8 E 19
Octal 66 106 107 30 1 0 110 270 16 31
Binary 110110 1000110 1000111 11000 1 0 1001000 10111000 1110 11001

Color Harmonies of #364647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364647

Black with #364647

Text Example


Text Example

White with #364647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364647; }

 p { color: rgb(54,70,71); }

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

background-color css

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

 a { background-color: rgb(54,70,71); }

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

border-color css

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

 span { border-color: rgb(54,70,71); }

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