Html Css Color HEX #354748 Dark Slate Grey

📋 copy color: '#354748'

red 53 ◦ green 71 ◦ blue 72

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

Shades of Dark Slate Grey #354748

Tints of Dark Slate Grey #354748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

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

R = 27.04%
G = 36.22%
B = 36.73%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#354748 (or 0x354748) is known color: Dark Slate Grey. HEX triplet: 35, 47 and 48. RGB value is (53,71,72). Sum of RGB (Red+Green+Blue) = 53+71+72=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #354748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354748 is #CAB8B7. Grayscale: #414141. Windows color (decimal): -13285560 or 4736821. OLE color: 4736821.

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

Color convert

RGB 53 71 72 -
CMYK 0.26 0.01 0 0.72
HSL 183.16º 0.15% 0.25% -
HSV(B) 183.16º 0.26% 0.28% -
XYZ 4.89 5.73 6.98 -
YUV 65.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 53 71 72 0.26 0.01 0 0.72 183.16 0.15 0.25
Hex 35 47 48 1A 1 0 48 B7 F 19
Octal 65 107 110 32 1 0 110 267 17 31
Binary 110101 1000111 1001000 11010 1 0 1001000 10110111 1111 11001

Color Harmonies of #354748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354748

Black with #354748

Text Example


Text Example

White with #354748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354748; }

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

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

background-color css

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

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

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

border-color css

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

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

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