Html Css Color HEX #354149 Arsenic

📋 copy color: '#354149'

red 53 ◦ green 65 ◦ blue 73

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

Shades of Arsenic #354149

Tints of Arsenic #354149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.03%

 BLUE value IS 73 (28.91% from 255) = 38.22%

R = 27.75%
G = 34.03%
B = 38.22%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#354149 (or 0x354149) is known color: Arsenic. HEX triplet: 35, 41 and 49. RGB value is (53,65,73). Sum of RGB (Red+Green+Blue) = 53+65+73=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 73 - color contains mainly: blue. Hex color #354149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354149 is #CABEB6. Grayscale: #3E3E3E. Windows color (decimal): -13287095 or 4800821. OLE color: 4800821.

HSL color Cylindrical-coordinate representation of color #354149: hue angle of 204º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #354149 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 65 73 -
CMYK 0.27 0.11 0 0.71
HSL 204º 0.16% 0.25% -
HSV(B) 204º 0.27% 0.29% -
XYZ 4.56 5.02 7.03 -
YUV 62.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 53 65 73 0.27 0.11 0 0.71 204 0.16 0.25
Hex 35 41 49 1B B 0 47 CC 10 19
Octal 65 101 111 33 13 0 107 314 20 31
Binary 110101 1000001 1001001 11011 1011 0 1000111 11001100 10000 11001

Color Harmonies of #354149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354149

Black with #354149

Text Example


Text Example

White with #354149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354149; }

 p { color: rgb(53,65,73); }

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

background-color css

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

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

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

border-color css

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

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

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