#364748

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

Shades of Dark Slate Grey #364748

Tints of Dark Slate Grey #364748

Color information

#364748 (or 0x364748) is unknown color: approx 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

RGB547172-
CMYK0.250.0100.72
HSL183.33º14.29%24.71%-
HSV(B)183.33º25%28.24%-
XYZ4.945.766.98-
YUV66.03131.37119.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.41%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5471720.250.0100.72183.3314.2924.71
Hex364748191048b7e19
Octal6610711031101102671631
Binary110110100011110010001100110100100010110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>