Html Css Color HEX #364648 Dark Slate Grey

📋 copy color: '#364648'

red 54 ◦ green 70 ◦ blue 72

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

Shades of Dark Slate Grey #364648

Tints of Dark Slate Grey #364648

RGB

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

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

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

R = 27.55%
G = 35.71%
B = 36.73%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#364648 (or 0x364648) is known color: Dark Slate Grey. HEX triplet: 36, 46 and 48. RGB value is (54,70,72). Sum of RGB (Red+Green+Blue) = 54+70+72=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #364648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364648 is #C9B9B7. Grayscale: #414141. Windows color (decimal): -13220280 or 4736566. OLE color: 4736566.

HSL color Cylindrical-coordinate representation of color #364648: hue angle of 186.67º 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 #364648 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 70 72 -
CMYK 0.25 0.03 0 0.72
HSL 186.67º 0.14% 0.25% -
HSV(B) 186.67º 0.25% 0.28% -
XYZ 4.88 5.63 6.96 -
YUV 65.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 54 70 72 0.25 0.03 0 0.72 186.67 0.14 0.25
Hex 36 46 48 19 3 0 48 BB E 19
Octal 66 106 110 31 3 0 110 273 16 31
Binary 110110 1000110 1001000 11001 11 0 1001000 10111011 1110 11001

Color Harmonies of #364648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364648

Black with #364648

Text Example


Text Example

White with #364648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364648; }

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

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

background-color css

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

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

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

border-color css

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

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

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