#3D4851

Color #3D4851 Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #3D4851

Tints of Arsenic #3D4851

Color information

#3D4851 (or 0x3D4851) is unknown color: approx Arsenic. HEX triplet: 3D, 48 and 51. RGB value is (61,72,81). Sum of RGB (Red+Green+Blue) = 61+72+81=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D4851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4851 is #C2B7AE. Grayscale: #454545. Windows color (decimal): -12761007 or 5326909. OLE color: 5326909.

HSL color Cylindrical-coordinate representation of color #3D4851: hue angle of 207º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D4851 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB617281-
CMYK0.250.1100.68
HSL207º14.08%27.84%-
HSV(B)207º24.69%31.76%-
XYZ5.736.228.68-
YUV69.74134.36121.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.50%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=28.50%
G=33.64%
B=37.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6172810.250.1100.6820714.0827.84
Hex3D485119B044cfe1c
Octal75110121311301043171634
Binary111101100100010100011100110110100010011001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,72,81); }

 H1.HeaderClassName
 {
   color: #3D4851;
 }
 .AnyTagClassName
 {
   color: #3D4851;
 }
</style>
background-color css

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

 a { background-color: rgb(61,72,81); }

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

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

 span { border-color: rgb(61,72,81); }

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