Html Css Color HEX #353F47 Arsenic

📋 copy color: '#353F47'

red 53 ◦ green 63 ◦ blue 71

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

Shades of Arsenic #353F47

Tints of Arsenic #353F47

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 71 (28.13% from 255) = 37.97%

R = 28.34%
G = 33.69%
B = 37.97%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353F47 (or 0x353F47) is known color: Arsenic. HEX triplet: 35, 3F and 47. RGB value is (53,63,71). Sum of RGB (Red+Green+Blue) = 53+63+71=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #353F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F47 is #CAC0B8. Grayscale: #3C3C3C. Windows color (decimal): -13287609 or 4669237. OLE color: 4669237.

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

Color convert

RGB 53 63 71 -
CMYK 0.25 0.11 0 0.72
HSL 206.67º 0.15% 0.24% -
HSV(B) 206.67º 0.25% 0.28% -
XYZ 4.38 4.77 6.65 -
YUV 60.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 53 63 71 0.25 0.11 0 0.72 206.67 0.15 0.24
Hex 35 3F 47 19 B 0 48 CF F 18
Octal 65 77 107 31 13 0 110 317 17 30
Binary 110101 111111 1000111 11001 1011 0 1001000 11001111 1111 11000

Color Harmonies of #353F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F47

Black with #353F47

Text Example


Text Example

White with #353F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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