#35484B

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

Shades of Dark Slate Grey #35484B

Tints of Dark Slate Grey #35484B

Color information

#35484B (or 0x35484B) is unknown color: approx Dark Slate Grey. HEX triplet: 35, 48 and 4B. RGB value is (53,72,75). Sum of RGB (Red+Green+Blue) = 53+72+75=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #35484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35484B is #CAB7B4. Grayscale: #424242. Windows color (decimal): -13285301 or 4933685. OLE color: 4933685.

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

Color convert

RGB537275-
CMYK0.290.0400.71
HSL188.18º17.19%25.1%-
HSV(B)188.18º29.33%29.41%-
XYZ5.065.97.53-
YUV66.66132.71118.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=26.5%
G=36%
B=37.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5372750.290.0400.71188.1817.1925.1
Hex35484B1D4047bc1119
Octal6511011335401072742131
Binary110101100100010010111110110001000111101111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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