Html Css Color HEX #354648 Dark Slate Grey

📋 copy color: '#354648'

red 53 ◦ green 70 ◦ blue 72

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

Shades of Dark Slate Grey #354648

Tints of Dark Slate Grey #354648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 27.18%
G = 35.9%
B = 36.92%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#354648 (or 0x354648) is known color: Dark Slate Grey. HEX triplet: 35, 46 and 48. RGB value is (53,70,72). Sum of RGB (Red+Green+Blue) = 53+70+72=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #354648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354648 is #CAB9B7. Grayscale: #414141. Windows color (decimal): -13285816 or 4736565. OLE color: 4736565.

HSL color Cylindrical-coordinate representation of color #354648: hue angle of 186.32º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354648 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 70 72 -
CMYK 0.26 0.03 0 0.72
HSL 186.32º 0.15% 0.25% -
HSV(B) 186.32º 0.26% 0.28% -
XYZ 4.83 5.61 6.96 -
YUV 65.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 53 70 72 0.26 0.03 0 0.72 186.32 0.15 0.25
Hex 35 46 48 1A 3 0 48 BA F 19
Octal 65 106 110 32 3 0 110 272 17 31
Binary 110101 1000110 1001000 11010 11 0 1001000 10111010 1111 11001

Color Harmonies of #354648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354648

Black with #354648

Text Example


Text Example

White with #354648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354648; }

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

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

background-color css

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

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

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

border-color css

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

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

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