Html Css Color HEX #34494C Dark Slate Grey

📋 copy color: '#34494C'

red 52 ◦ green 73 ◦ blue 76

#34494C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #34494C

Tints of Dark Slate Grey #34494C

RGB

 RED value IS 52 (20.7% from 255) = 25.87%

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 76 (30.08% from 255) = 37.81%

R = 25.87%
G = 36.32%
B = 37.81%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34494C (or 0x34494C) is known color: Dark Slate Grey. HEX triplet: 34, 49 and 4C. RGB value is (52,73,76). Sum of RGB (Red+Green+Blue) = 52+73+76=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: blue. Hex color #34494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34494C is #CBB6B3. Grayscale: #434343. Windows color (decimal): -13350580 or 4999476. OLE color: 4999476.

HSL color Cylindrical-coordinate representation of color #34494C: hue angle of 187.5º 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 #34494C is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 73 76 -
CMYK 0.32 0.04 0 0.70
HSL 187.5º 0.19% 0.25% -
HSV(B) 187.5º 0.32% 0.3% -
XYZ 5.1 6.02 7.73 -
YUV 67.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 52 73 76 0.32 0.04 0 0.70 187.5 0.19 0.25
Hex 34 49 4C 20 4 0 46 BC 13 19
Octal 64 111 114 40 4 0 106 274 23 31
Binary 110100 1001001 1001100 100000 100 0 1000110 10111100 10011 11001

Color Harmonies of #34494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34494C

Black with #34494C

Text Example


Text Example

White with #34494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34494C;
 }
 .AnyTagClassName
 {
   color: #34494C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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