#36484B

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

Shades of Dark Slate Grey #36484B

Tints of Dark Slate Grey #36484B

Color information

#36484B (or 0x36484B) is unknown color: approx Dark Slate Grey. HEX triplet: 36, 48 and 4B. RGB value is (54,72,75). Sum of RGB (Red+Green+Blue) = 54+72+75=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: blue. Hex color #36484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36484B is #C9B7B4. Grayscale: #424242. Windows color (decimal): -13219765 or 4933686. OLE color: 4933686.

HSL color Cylindrical-coordinate representation of color #36484B: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #36484B is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB547275-
CMYK0.280.0400.71
HSL188.57º16.28%25.29%-
HSV(B)188.57º28%29.41%-
XYZ5.115.937.53-
YUV66.96132.54118.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=26.87%
G=35.82%
B=37.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5472750.280.0400.71188.5716.2825.29
Hex36484B1C4047bd1019
Octal6611011334401072752031
Binary110110100100010010111110010001000111101111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36484B; }

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

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

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

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

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

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

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

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