Html Css Color HEX #34414E Arsenic

📋 copy color: '#34414E'

red 52 ◦ green 65 ◦ blue 78

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

Shades of Arsenic #34414E

Tints of Arsenic #34414E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40%

R = 26.67%
G = 33.33%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34414E (or 0x34414E) is known color: Arsenic. HEX triplet: 34, 41 and 4E. RGB value is (52,65,78). Sum of RGB (Red+Green+Blue) = 52+65+78=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #34414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34414E is #CBBEB1. Grayscale: #3E3E3E. Windows color (decimal): -13352626 or 5128500. OLE color: 5128500.

HSL color Cylindrical-coordinate representation of color #34414E: hue angle of 210º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34414E is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 65 78 -
CMYK 0.33 0.17 0 0.69
HSL 210º 0.2% 0.25% -
HSV(B) 210º 0.33% 0.31% -
XYZ 4.68 5.06 7.94 -
YUV 62.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 52 65 78 0.33 0.17 0 0.69 210 0.2 0.25
Hex 34 41 4E 21 11 0 45 D2 14 19
Octal 64 101 116 41 21 0 105 322 24 31
Binary 110100 1000001 1001110 100001 10001 0 1000101 11010010 10100 11001

Color Harmonies of #34414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34414E

Black with #34414E

Text Example


Text Example

White with #34414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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