Html Css Color HEX #35424F Arsenic

📋 copy color: '#35424F'

red 53 ◦ green 66 ◦ blue 79

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

Shades of Arsenic #35424F

Tints of Arsenic #35424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.33%

 BLUE value IS 79 (31.25% from 255) = 39.9%

R = 26.77%
G = 33.33%
B = 39.9%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35424F (or 0x35424F) is known color: Arsenic. HEX triplet: 35, 42 and 4F. RGB value is (53,66,79). Sum of RGB (Red+Green+Blue) = 53+66+79=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 79 - color contains mainly: blue. Hex color #35424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35424F is #CABDB0. Grayscale: #3F3F3F. Windows color (decimal): -13286833 or 5194293. OLE color: 5194293.

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

Color convert

RGB 53 66 79 -
CMYK 0.33 0.16 0 0.69
HSL 210º 0.2% 0.26% -
HSV(B) 210º 0.33% 0.31% -
XYZ 4.83 5.22 8.15 -
YUV 63.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 53 66 79 0.33 0.16 0 0.69 210 0.2 0.26
Hex 35 42 4F 21 10 0 45 D2 14 1A
Octal 65 102 117 41 20 0 105 322 24 32
Binary 110101 1000010 1001111 100001 10000 0 1000101 11010010 10100 11010

Color Harmonies of #35424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35424F

Black with #35424F

Text Example


Text Example

White with #35424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35424F; }

 p { color: rgb(53,66,79); }

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

background-color css

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

 a { background-color: rgb(53,66,79); }

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

border-color css

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

 span { border-color: rgb(53,66,79); }

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