Html Css Color HEX #34404D Arsenic

📋 copy color: '#34404D'

red 52 ◦ green 64 ◦ blue 77

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

Shades of Arsenic #34404D

Tints of Arsenic #34404D

RGB

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

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

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

R = 26.94%
G = 33.16%
B = 39.9%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34404D (or 0x34404D) is known color: Arsenic. HEX triplet: 34, 40 and 4D. RGB value is (52,64,77). Sum of RGB (Red+Green+Blue) = 52+64+77=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #34404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34404D is #CBBFB2. Grayscale: #3D3D3D. Windows color (decimal): -13352883 or 5062708. OLE color: 5062708.

HSL color Cylindrical-coordinate representation of color #34404D: hue angle of 211.2º 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 #34404D is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 64 77 -
CMYK 0.32 0.17 0 0.70
HSL 211.2º 0.19% 0.25% -
HSV(B) 211.2º 0.32% 0.3% -
XYZ 4.59 4.93 7.73 -
YUV 61.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 52 64 77 0.32 0.17 0 0.70 211.2 0.19 0.25
Hex 34 40 4D 20 11 0 46 D3 13 19
Octal 64 100 115 40 21 0 106 323 23 31
Binary 110100 1000000 1001101 100000 10001 0 1000110 11010011 10011 11001

Color Harmonies of #34404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34404D

Black with #34404D

Text Example


Text Example

White with #34404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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