Html Css Color HEX #3D464D Arsenic

📋 copy color: '#3D464D'

red 61 ◦ green 70 ◦ blue 77

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

Shades of Arsenic #3D464D

Tints of Arsenic #3D464D

RGB

 RED value IS 61 (24.22% from 255) = 29.33%

 GREEN value IS 70 (27.73% from 255) = 33.65%

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

R = 29.33%
G = 33.65%
B = 37.02%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D464D (or 0x3D464D) is known color: Arsenic. HEX triplet: 3D, 46 and 4D. RGB value is (61,70,77). Sum of RGB (Red+Green+Blue) = 61+70+77=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D464D is #C2B9B2. Grayscale: #444444. Windows color (decimal): -12761523 or 5064253. OLE color: 5064253.

HSL color Cylindrical-coordinate representation of color #3D464D: hue angle of 206.25º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D464D is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 70 77 -
CMYK 0.21 0.09 0 0.70
HSL 206.25º 0.12% 0.27% -
HSV(B) 206.25º 0.21% 0.3% -
XYZ 5.45 5.91 7.87 -
YUV 68.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 61 70 77 0.21 0.09 0 0.70 206.25 0.12 0.27
Hex 3D 46 4D 15 9 0 46 CE C 1B
Octal 75 106 115 25 11 0 106 316 14 33
Binary 111101 1000110 1001101 10101 1001 0 1000110 11001110 1100 11011

Color Harmonies of #3D464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D464D

Black with #3D464D

Text Example


Text Example

White with #3D464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D464D; }

 p { color: rgb(61,70,77); }

 H1.HeaderClassName
 {
   color: #3D464D;
 }
 .AnyTagClassName
 {
   color: #3D464D;
 }
</style>

background-color css

<style>
 a { background-color: #3D464D; }

 a { background-color: rgb(61,70,77); }

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

border-color css

<style>
 span { border-color: #3D464D; }

 span { border-color: rgb(61,70,77); }

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