#364344

Color #364344 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #364344

Tints of Dark Slate Grey #364344

Color information

#364344 (or 0x364344) is unknown color: approx Dark Slate Grey. HEX triplet: 36, 43 and 44. RGB value is (54,67,68). Sum of RGB (Red+Green+Blue) = 54+67+68=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 68 - color contains mainly: blue. Hex color #364344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364344 is #C9BCBB. Grayscale: #3F3F3F. Windows color (decimal): -13221052 or 4473654. OLE color: 4473654.

HSL color Cylindrical-coordinate representation of color #364344: hue angle of 184.29º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #364344 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB546768-
CMYK0.210.0100.73
HSL184.29º11.48%23.92%-
HSV(B)184.29º20.59%26.67%-
XYZ4.575.226.23-
YUV63.23130.69121.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=28.57%
G=35.45%
B=35.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5467680.210.0100.73184.2911.4823.92
Hex364344151049b8b18
Octal6610310425101112701330
Binary110110100001110001001010110100100110111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364344; }

 p { color: rgb(54,67,68); }

 H1.HeaderClassName
 {
   color: #364344;
 }
 .AnyTagClassName
 {
   color: #364344;
 }
</style>
background-color css

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

 a { background-color: rgb(54,67,68); }

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

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

 span { border-color: rgb(54,67,68); }

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