Html Css Color HEX #3D464E Arsenic

📋 copy color: '#3D464E'

red 61 ◦ green 70 ◦ blue 78

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

Shades of Arsenic #3D464E

Tints of Arsenic #3D464E

RGB

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

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

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

R = 29.19%
G = 33.49%
B = 37.32%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D464E (or 0x3D464E) is known color: Arsenic. HEX triplet: 3D, 46 and 4E. RGB value is (61,70,78). Sum of RGB (Red+Green+Blue) = 61+70+78=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D464E is #C2B9B1. Grayscale: #444444. Windows color (decimal): -12761522 or 5129789. OLE color: 5129789.

HSL color Cylindrical-coordinate representation of color #3D464E: hue angle of 208.24º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3D464E is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 70 78 -
CMYK 0.22 0.10 0 0.69
HSL 208.24º 0.12% 0.27% -
HSV(B) 208.24º 0.22% 0.31% -
XYZ 5.49 5.92 8.06 -
YUV 68.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 61 70 78 0.22 0.10 0 0.69 208.24 0.12 0.27
Hex 3D 46 4E 16 A 0 45 D0 C 1B
Octal 75 106 116 26 12 0 105 320 14 33
Binary 111101 1000110 1001110 10110 1010 0 1000101 11010000 1100 11011

Color Harmonies of #3D464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D464E

Black with #3D464E

Text Example


Text Example

White with #3D464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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