#3C444C

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

Shades of Arsenic #3C444C

Tints of Arsenic #3C444C

Color information

#3C444C (or 0x3C444C) is unknown color: approx Arsenic. HEX triplet: 3C, 44 and 4C. RGB value is (60,68,76). Sum of RGB (Red+Green+Blue) = 60+68+76=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C444C is #C3BBB3. Grayscale: #424242. Windows color (decimal): -12827572 or 4998204. OLE color: 4998204.

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

Color convert

RGB606876-
CMYK0.210.1100.70
HSL210º11.76%26.67%-
HSV(B)210º21.05%29.8%-
XYZ5.245.627.65-
YUV66.52133.35123.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.41%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=29.41%
G=33.33%
B=37.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6068760.210.1100.7021011.7626.67
Hex3C444C15B046d2c1b
Octal74104114251301063221433
Binary111100100010010011001010110110100011011010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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