#34494D

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

Shades of Dark Slate Grey #34494D

Tints of Dark Slate Grey #34494D

Color information

#34494D (or 0x34494D) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 49 and 4D. RGB value is (52,73,77). Sum of RGB (Red+Green+Blue) = 52+73+77=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #34494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34494D is #CBB6B2. Grayscale: #434343. Windows color (decimal): -13350579 or 5065012. OLE color: 5065012.

HSL color Cylindrical-coordinate representation of color #34494D: hue angle of 189.6º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34494D is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB527377-
CMYK0.320.0500.70
HSL189.6º19.38%25.29%-
HSV(B)189.6º32.47%30.2%-
XYZ5.146.037.91-
YUV67.18133.54117.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=25.74%
G=36.14%
B=38.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5273770.320.0500.70189.619.3825.29
Hex34494D205046be1319
Octal6411111540501062762331
Binary1101001001001100110110000010101000110101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34494D; }

 p { color: rgb(52,73,77); }

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

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

 a { background-color: rgb(52,73,77); }

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

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

 span { border-color: rgb(52,73,77); }

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