#36494C

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

Shades of Dark Slate Grey #36494C

Tints of Dark Slate Grey #36494C

Color information

#36494C (or 0x36494C) is unknown color: approx Dark Slate Grey. HEX triplet: 36, 49 and 4C. RGB value is (54,73,76). Sum of RGB (Red+Green+Blue) = 54+73+76=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #36494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36494C is #C9B6B3. Grayscale: #434343. Windows color (decimal): -13219508 or 4999478. OLE color: 4999478.

HSL color Cylindrical-coordinate representation of color #36494C: hue angle of 188.18º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #36494C is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB547376-
CMYK0.290.0400.70
HSL188.18º16.92%25.49%-
HSV(B)188.18º28.95%29.8%-
XYZ5.216.077.73-
YUV67.66132.71118.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=26.60%
G=35.96%
B=37.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5473760.290.0400.70188.1816.9225.49
Hex36494C1D4046bc1119
Octal6611111435401062742131
Binary110110100100110011001110110001000110101111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36494C; }

 p { color: rgb(54,73,76); }

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

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

 a { background-color: rgb(54,73,76); }

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

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

 span { border-color: rgb(54,73,76); }

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