Html Css Color HEX #35494C Dark Slate Grey

📋 copy color: '#35494C'

red 53 ◦ green 73 ◦ blue 76

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

Shades of Dark Slate Grey #35494C

Tints of Dark Slate Grey #35494C

RGB

 RED value IS 53 (21.09% from 255) = 26.24%

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

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

R = 26.24%
G = 36.14%
B = 37.62%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35494C (or 0x35494C) is known color: Dark Slate Grey. HEX triplet: 35, 49 and 4C. RGB value is (53,73,76). Sum of RGB (Red+Green+Blue) = 53+73+76=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 76 - color contains mainly: blue. Hex color #35494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35494C is #CAB6B3. Grayscale: #434343. Windows color (decimal): -13285044 or 4999477. OLE color: 4999477.

HSL color Cylindrical-coordinate representation of color #35494C: hue angle of 187.83º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35494C is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 73 76 -
CMYK 0.30 0.04 0 0.70
HSL 187.83º 0.18% 0.25% -
HSV(B) 187.83º 0.3% 0.3% -
XYZ 5.16 6.04 7.73 -
YUV 67.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 53 73 76 0.30 0.04 0 0.70 187.83 0.18 0.25
Hex 35 49 4C 1E 4 0 46 BC 12 19
Octal 65 111 114 36 4 0 106 274 22 31
Binary 110101 1001001 1001100 11110 100 0 1000110 10111100 10010 11001

Color Harmonies of #35494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35494C

Black with #35494C

Text Example


Text Example

White with #35494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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