#3C444D

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

Shades of Arsenic #3C444D

Tints of Arsenic #3C444D

Color information

#3C444D (or 0x3C444D) is unknown color: approx Arsenic. HEX triplet: 3C, 44 and 4D. RGB value is (60,68,77). Sum of RGB (Red+Green+Blue) = 60+68+77=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C444D is #C3BBB2. Grayscale: #424242. Windows color (decimal): -12827571 or 5063740. OLE color: 5063740.

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

Color convert

RGB606877-
CMYK0.220.1200.70
HSL211.76º12.41%26.86%-
HSV(B)211.76º22.08%30.2%-
XYZ5.275.637.83-
YUV66.63133.85123.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=29.27%
G=33.17%
B=37.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6068770.220.1200.70211.7612.4126.86
Hex3C444D16C046d4c1b
Octal74104115261401063241433
Binary111100100010010011011011011000100011011010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,68,77); }

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

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

 a { background-color: rgb(60,68,77); }

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

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

 span { border-color: rgb(60,68,77); }

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