#3C454D

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

Shades of Arsenic #3C454D

Tints of Arsenic #3C454D

Color information

#3C454D (or 0x3C454D) is unknown color: approx Arsenic. HEX triplet: 3C, 45 and 4D. RGB value is (60,69,77). Sum of RGB (Red+Green+Blue) = 60+69+77=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C454D is #C3BAB2. Grayscale: #434343. Windows color (decimal): -12827315 or 5063996. OLE color: 5063996.

HSL color Cylindrical-coordinate representation of color #3C454D: hue angle of 208.24º 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 #3C454D is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB606977-
CMYK0.220.1000.70
HSL208.24º12.41%26.86%-
HSV(B)208.24º22.08%30.2%-
XYZ5.335.757.85-
YUV67.22133.52122.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=29.13%
G=33.50%
B=37.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6069770.220.1000.70208.2412.4126.86
Hex3C454D16A046d0c1b
Octal74105115261201063201433
Binary111100100010110011011011010100100011011010000110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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