Html Css Color HEX #364748 Dark Slate Grey

📋 copy color: '#364748'

red 54 ◦ green 71 ◦ blue 72

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

Shades of Dark Slate Grey #364748

Tints of Dark Slate Grey #364748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.55%

R = 27.41%
G = 36.04%
B = 36.55%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#364748 (or 0x364748) is known color: Dark Slate Grey. HEX triplet: 36, 47 and 48. RGB value is (54,71,72). Sum of RGB (Red+Green+Blue) = 54+71+72=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: blue. Hex color #364748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364748 is #C9B8B7. Grayscale: #424242. Windows color (decimal): -13220024 or 4736822. OLE color: 4736822.

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

Color convert

RGB 54 71 72 -
CMYK 0.25 0.01 0 0.72
HSL 183.33º 0.14% 0.25% -
HSV(B) 183.33º 0.25% 0.28% -
XYZ 4.94 5.76 6.98 -
YUV 66.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 54 71 72 0.25 0.01 0 0.72 183.33 0.14 0.25
Hex 36 47 48 19 1 0 48 B7 E 19
Octal 66 107 110 31 1 0 110 267 16 31
Binary 110110 1000111 1001000 11001 1 0 1001000 10110111 1110 11001

Color Harmonies of #364748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364748

Black with #364748

Text Example


Text Example

White with #364748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364748; }

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

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

background-color css

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

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

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

border-color css

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

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

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