Html Css Color HEX #3D4953 Arsenic

📋 copy color: '#3D4953'

red 61 ◦ green 73 ◦ blue 83

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

Shades of Arsenic #3D4953

Tints of Arsenic #3D4953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.64%

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 28.11%
G = 33.64%
B = 38.25%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3D4953 (or 0x3D4953) is known color: Arsenic. HEX triplet: 3D, 49 and 53. RGB value is (61,73,83). Sum of RGB (Red+Green+Blue) = 61+73+83=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D4953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4953 is #C2B6AC. Grayscale: #464646. Windows color (decimal): -12760749 or 5458237. OLE color: 5458237.

HSL color Cylindrical-coordinate representation of color #3D4953: hue angle of 207.27º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4953 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 73 83 -
CMYK 0.27 0.12 0 0.67
HSL 207.27º 0.15% 0.28% -
HSV(B) 207.27º 0.27% 0.33% -
XYZ 5.87 6.38 9.11 -
YUV 70.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 61 73 83 0.27 0.12 0 0.67 207.27 0.15 0.28
Hex 3D 49 53 1B C 0 43 CF F 1C
Octal 75 111 123 33 14 0 103 317 17 34
Binary 111101 1001001 1010011 11011 1100 0 1000011 11001111 1111 11100

Color Harmonies of #3D4953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4953

Black with #3D4953

Text Example


Text Example

White with #3D4953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,73,83); }

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

background-color css

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

 a { background-color: rgb(61,73,83); }

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

border-color css

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

 span { border-color: rgb(61,73,83); }

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