Html Css Color HEX #35414C Arsenic

📋 copy color: '#35414C'

red 53 ◦ green 65 ◦ blue 76

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

Shades of Arsenic #35414C

Tints of Arsenic #35414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.18%

R = 27.32%
G = 33.51%
B = 39.18%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35414C (or 0x35414C) is known color: Arsenic. HEX triplet: 35, 41 and 4C. RGB value is (53,65,76). Sum of RGB (Red+Green+Blue) = 53+65+76=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 76 - color contains mainly: blue. Hex color #35414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35414C is #CABEB3. Grayscale: #3E3E3E. Windows color (decimal): -13287092 or 4997429. OLE color: 4997429.

HSL color Cylindrical-coordinate representation of color #35414C: hue angle of 208.7º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35414C is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 65 76 -
CMYK 0.30 0.14 0 0.70
HSL 208.7º 0.18% 0.25% -
HSV(B) 208.7º 0.3% 0.3% -
XYZ 4.66 5.06 7.57 -
YUV 62.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 53 65 76 0.30 0.14 0 0.70 208.7 0.18 0.25
Hex 35 41 4C 1E E 0 46 D1 12 19
Octal 65 101 114 36 16 0 106 321 22 31
Binary 110101 1000001 1001100 11110 1110 0 1000110 11010001 10010 11001

Color Harmonies of #35414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35414C

Black with #35414C

Text Example


Text Example

White with #35414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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