Html Css Color HEX #35414A Arsenic

📋 copy color: '#35414A'

red 53 ◦ green 65 ◦ blue 74

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

Shades of Arsenic #35414A

Tints of Arsenic #35414A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.54%

R = 27.6%
G = 33.85%
B = 38.54%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#35414A (or 0x35414A) is known color: Arsenic. HEX triplet: 35, 41 and 4A. RGB value is (53,65,74). Sum of RGB (Red+Green+Blue) = 53+65+74=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 74 - color contains mainly: blue. Hex color #35414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35414A is #CABEB5. Grayscale: #3E3E3E. Windows color (decimal): -13287094 or 4866357. OLE color: 4866357.

HSL color Cylindrical-coordinate representation of color #35414A: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #35414A is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 65 74 -
CMYK 0.28 0.12 0 0.71
HSL 205.71º 0.17% 0.25% -
HSV(B) 205.71º 0.28% 0.29% -
XYZ 4.59 5.03 7.21 -
YUV 62.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 53 65 74 0.28 0.12 0 0.71 205.71 0.17 0.25
Hex 35 41 4A 1C C 0 47 CE 11 19
Octal 65 101 112 34 14 0 107 316 21 31
Binary 110101 1000001 1001010 11100 1100 0 1000111 11001110 10001 11001

Color Harmonies of #35414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35414A

Black with #35414A

Text Example


Text Example

White with #35414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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