Html Css Color HEX #34414D Arsenic

📋 copy color: '#34414D'

red 52 ◦ green 65 ◦ blue 77

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

Shades of Arsenic #34414D

Tints of Arsenic #34414D

RGB

 RED value IS 52 (20.7% from 255) = 26.8%

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

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 26.8%
G = 33.51%
B = 39.69%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34414D (or 0x34414D) is known color: Arsenic. HEX triplet: 34, 41 and 4D. RGB value is (52,65,77). Sum of RGB (Red+Green+Blue) = 52+65+77=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #34414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34414D is #CBBEB2. Grayscale: #3E3E3E. Windows color (decimal): -13352627 or 5062964. OLE color: 5062964.

HSL color Cylindrical-coordinate representation of color #34414D: hue angle of 208.8º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34414D is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 65 77 -
CMYK 0.32 0.16 0 0.70
HSL 208.8º 0.19% 0.25% -
HSV(B) 208.8º 0.32% 0.3% -
XYZ 4.65 5.05 7.75 -
YUV 62.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 52 65 77 0.32 0.16 0 0.70 208.8 0.19 0.25
Hex 34 41 4D 20 10 0 46 D1 13 19
Octal 64 101 115 40 20 0 106 321 23 31
Binary 110100 1000001 1001101 100000 10000 0 1000110 11010001 10011 11001

Color Harmonies of #34414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34414D

Black with #34414D

Text Example


Text Example

White with #34414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34414D; }

 p { color: rgb(52,65,77); }

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

background-color css

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

 a { background-color: rgb(52,65,77); }

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

border-color css

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

 span { border-color: rgb(52,65,77); }

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