Html Css Color HEX #35404C Arsenic

📋 copy color: '#35404C'

red 53 ◦ green 64 ◦ blue 76

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

Shades of Arsenic #35404C

Tints of Arsenic #35404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.16%

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

R = 27.46%
G = 33.16%
B = 39.38%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35404C (or 0x35404C) is known color: Arsenic. HEX triplet: 35, 40 and 4C. RGB value is (53,64,76). Sum of RGB (Red+Green+Blue) = 53+64+76=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 76 - color contains mainly: blue. Hex color #35404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35404C is #CABFB3. Grayscale: #3E3E3E. Windows color (decimal): -13287348 or 4997173. OLE color: 4997173.

HSL color Cylindrical-coordinate representation of color #35404C: hue angle of 211.3º 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 #35404C is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 64 76 -
CMYK 0.30 0.16 0 0.70
HSL 211.3º 0.18% 0.25% -
HSV(B) 211.3º 0.3% 0.3% -
XYZ 4.61 4.95 7.55 -
YUV 62.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 53 64 76 0.30 0.16 0 0.70 211.3 0.18 0.25
Hex 35 40 4C 1E 10 0 46 D3 12 19
Octal 65 100 114 36 20 0 106 323 22 31
Binary 110101 1000000 1001100 11110 10000 0 1000110 11010011 10010 11001

Color Harmonies of #35404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35404C

Black with #35404C

Text Example


Text Example

White with #35404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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