#34494A

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

Shades of Dark Slate Grey #34494A

Tints of Dark Slate Grey #34494A

Color information

#34494A (or 0x34494A) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 49 and 4A. RGB value is (52,73,74). Sum of RGB (Red+Green+Blue) = 52+73+74=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 74 - color contains mainly: blue. Hex color #34494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34494A is #CBB6B5. Grayscale: #424242. Windows color (decimal): -13350582 or 4868404. OLE color: 4868404.

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

Color convert

RGB527374-
CMYK0.300.0100.71
HSL182.73º17.46%24.71%-
HSV(B)182.73º29.73%29.02%-
XYZ5.035.997.37-
YUV66.84132.04117.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=26.13%
G=36.68%
B=37.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273740.300.0100.71182.7317.4624.71
Hex34494A1E1047b71119
Octal6411111236101072672131
Binary1101001001001100101011110101000111101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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