#364445

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

Shades of Dark Slate Grey #364445

Tints of Dark Slate Grey #364445

Color information

#364445 (or 0x364445) is unknown color: approx Dark Slate Grey. HEX triplet: 36, 44 and 45. RGB value is (54,68,69). Sum of RGB (Red+Green+Blue) = 54+68+69=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 69 - color contains mainly: blue. Hex color #364445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364445 is #C9BBBA. Grayscale: #3F3F3F. Windows color (decimal): -13220795 or 4539446. OLE color: 4539446.

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

Color convert

RGB546869-
CMYK0.220.0100.73
HSL184º12.2%24.12%-
HSV(B)184º21.74%27.06%-
XYZ4.665.356.42-
YUV63.93130.86120.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=28.27%
G=35.60%
B=36.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5468690.220.0100.7318412.224.12
Hex364445161049b8c18
Octal6610410526101112701430
Binary110110100010010001011011010100100110111000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364445; }

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

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

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

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

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

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

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

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