Html Css Color HEX #3D4750 Arsenic

📋 copy color: '#3D4750'

red 61 ◦ green 71 ◦ blue 80

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

Shades of Arsenic #3D4750

Tints of Arsenic #3D4750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 28.77%
G = 33.49%
B = 37.74%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D4750 (or 0x3D4750) is known color: Arsenic. HEX triplet: 3D, 47 and 50. RGB value is (61,71,80). Sum of RGB (Red+Green+Blue) = 61+71+80=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D4750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4750 is #C2B8AF. Grayscale: #444444. Windows color (decimal): -12761264 or 5261117. OLE color: 5261117.

HSL color Cylindrical-coordinate representation of color #3D4750: hue angle of 208.42º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D4750 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 71 80 -
CMYK 0.24 0.11 0 0.69
HSL 208.42º 0.13% 0.28% -
HSV(B) 208.42º 0.24% 0.31% -
XYZ 5.63 6.08 8.47 -
YUV 69.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 61 71 80 0.24 0.11 0 0.69 208.42 0.13 0.28
Hex 3D 47 50 18 B 0 45 D0 D 1C
Octal 75 107 120 30 13 0 105 320 15 34
Binary 111101 1000111 1010000 11000 1011 0 1000101 11010000 1101 11100

Color Harmonies of #3D4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4750

Black with #3D4750

Text Example


Text Example

White with #3D4750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,71,80); }

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

background-color css

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

 a { background-color: rgb(61,71,80); }

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

border-color css

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

 span { border-color: rgb(61,71,80); }

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