Html Css Color HEX #354550 Arsenic

📋 copy color: '#354550'

red 53 ◦ green 69 ◦ blue 80

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

Shades of Arsenic #354550

Tints of Arsenic #354550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.16%

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 26.24%
G = 34.16%
B = 39.6%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#354550 (or 0x354550) is known color: Arsenic. HEX triplet: 35, 45 and 50. RGB value is (53,69,80). Sum of RGB (Red+Green+Blue) = 53+69+80=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #354550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354550 is #CABAAF. Grayscale: #414141. Windows color (decimal): -13286064 or 5260597. OLE color: 5260597.

HSL color Cylindrical-coordinate representation of color #354550: hue angle of 204.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #354550 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 69 80 -
CMYK 0.34 0.14 0 0.69
HSL 204.44º 0.2% 0.26% -
HSV(B) 204.44º 0.34% 0.31% -
XYZ 5.04 5.59 8.4 -
YUV 65.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 53 69 80 0.34 0.14 0 0.69 204.44 0.2 0.26
Hex 35 45 50 22 E 0 45 CC 14 1A
Octal 65 105 120 42 16 0 105 314 24 32
Binary 110101 1000101 1010000 100010 1110 0 1000101 11001100 10100 11010

Color Harmonies of #354550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354550

Black with #354550

Text Example


Text Example

White with #354550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354550; }

 p { color: rgb(53,69,80); }

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

background-color css

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

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

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

border-color css

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

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

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