Html Css Color HEX #354650 Arsenic

📋 copy color: '#354650'

red 53 ◦ green 70 ◦ blue 80

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

Shades of Arsenic #354650

Tints of Arsenic #354650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

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

R = 26.11%
G = 34.48%
B = 39.41%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#354650 (or 0x354650) is known color: Arsenic. HEX triplet: 35, 46 and 50. RGB value is (53,70,80). Sum of RGB (Red+Green+Blue) = 53+70+80=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #354650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354650 is #CAB9AF. Grayscale: #424242. Windows color (decimal): -13285808 or 5260853. OLE color: 5260853.

HSL color Cylindrical-coordinate representation of color #354650: hue angle of 202.22º 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 #354650 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 70 80 -
CMYK 0.34 0.12 0 0.69
HSL 202.22º 0.2% 0.26% -
HSV(B) 202.22º 0.34% 0.31% -
XYZ 5.11 5.72 8.42 -
YUV 66.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 53 70 80 0.34 0.12 0 0.69 202.22 0.2 0.26
Hex 35 46 50 22 C 0 45 CA 14 1A
Octal 65 106 120 42 14 0 105 312 24 32
Binary 110101 1000110 1010000 100010 1100 0 1000101 11001010 10100 11010

Color Harmonies of #354650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354650

Black with #354650

Text Example


Text Example

White with #354650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354650; }

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

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

background-color css

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

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

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

border-color css

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

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

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