Html Css Color HEX #354848 Dark Slate Grey

📋 copy color: '#354848'

red 53 ◦ green 72 ◦ blue 72

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

Shades of Dark Slate Grey #354848

Tints of Dark Slate Grey #354848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

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

R = 26.9%
G = 36.55%
B = 36.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#354848 (or 0x354848) is known color: Dark Slate Grey. HEX triplet: 35, 48 and 48. RGB value is (53,72,72). Sum of RGB (Red+Green+Blue) = 53+72+72=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #354848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354848 is #CAB7B7. Grayscale: #424242. Windows color (decimal): -13285304 or 4737077. OLE color: 4737077.

HSL color Cylindrical-coordinate representation of color #354848: hue angle of 180º 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 #354848 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 72 -
CMYK 0.26 0 0 0.72
HSL 180º 0.15% 0.25% -
HSV(B) 180º 0.26% 0.28% -
XYZ 4.96 5.86 7 -
YUV 66.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 53 72 72 0.26 0 0 0.72 180 0.15 0.25
Hex 35 48 48 1A 0 0 48 B4 F 19
Octal 65 110 110 32 0 0 110 264 17 31
Binary 110101 1001000 1001000 11010 0 0 1001000 10110100 1111 11001

Color Harmonies of #354848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354848

Black with #354848

Text Example


Text Example

White with #354848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354848; }

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

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

background-color css

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

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

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

border-color css

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

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

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