Html Css Color HEX #364749 Dark Slate Grey

📋 copy color: '#364749'

red 54 ◦ green 71 ◦ blue 73

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

Shades of Dark Slate Grey #364749

Tints of Dark Slate Grey #364749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.86%

 BLUE value IS 73 (28.91% from 255) = 36.87%

R = 27.27%
G = 35.86%
B = 36.87%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#364749 (or 0x364749) is known color: Dark Slate Grey. HEX triplet: 36, 47 and 49. RGB value is (54,71,73). Sum of RGB (Red+Green+Blue) = 54+71+73=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 73 - color contains mainly: blue. Hex color #364749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364749 is #C9B8B6. Grayscale: #424242. Windows color (decimal): -13220023 or 4802358. OLE color: 4802358.

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

Color convert

RGB 54 71 73 -
CMYK 0.26 0.03 0 0.71
HSL 186.32º 0.15% 0.25% -
HSV(B) 186.32º 0.26% 0.29% -
XYZ 4.98 5.77 7.16 -
YUV 66.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 54 71 73 0.26 0.03 0 0.71 186.32 0.15 0.25
Hex 36 47 49 1A 3 0 47 BA F 19
Octal 66 107 111 32 3 0 107 272 17 31
Binary 110110 1000111 1001001 11010 11 0 1000111 10111010 1111 11001

Color Harmonies of #364749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364749

Black with #364749

Text Example


Text Example

White with #364749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364749; }

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

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

background-color css

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

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

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

border-color css

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

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

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