Html Css Color HEX #353E46 Arsenic

📋 copy color: '#353E46'

red 53 ◦ green 62 ◦ blue 70

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

Shades of Arsenic #353E46

Tints of Arsenic #353E46

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

 BLUE value IS 70 (27.73% from 255) = 37.84%

R = 28.65%
G = 33.51%
B = 37.84%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353E46 (or 0x353E46) is known color: Arsenic. HEX triplet: 35, 3E and 46. RGB value is (53,62,70). Sum of RGB (Red+Green+Blue) = 53+62+70=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #353E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E46 is #CAC1B9. Grayscale: #3C3C3C. Windows color (decimal): -13287866 or 4603445. OLE color: 4603445.

HSL color Cylindrical-coordinate representation of color #353E46: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #353E46 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 62 70 -
CMYK 0.24 0.11 0 0.73
HSL 208.24º 0.14% 0.24% -
HSV(B) 208.24º 0.24% 0.27% -
XYZ 4.3 4.64 6.46 -
YUV 60.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 53 62 70 0.24 0.11 0 0.73 208.24 0.14 0.24
Hex 35 3E 46 18 B 0 49 D0 E 18
Octal 65 76 106 30 13 0 111 320 16 30
Binary 110101 111110 1000110 11000 1011 0 1001001 11010000 1110 11000

Color Harmonies of #353E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E46

Black with #353E46

Text Example


Text Example

White with #353E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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