Html Css Color HEX #3C464D Arsenic

📋 copy color: '#3C464D'

red 60 ◦ green 70 ◦ blue 77

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

Shades of Arsenic #3C464D

Tints of Arsenic #3C464D

RGB

 RED value IS 60 (23.83% from 255) = 28.99%

 GREEN value IS 70 (27.73% from 255) = 33.82%

 BLUE value IS 77 (30.47% from 255) = 37.2%

R = 28.99%
G = 33.82%
B = 37.2%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C464D (or 0x3C464D) is known color: Arsenic. HEX triplet: 3C, 46 and 4D. RGB value is (60,70,77). Sum of RGB (Red+Green+Blue) = 60+70+77=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C464D is #C3B9B2. Grayscale: #434343. Windows color (decimal): -12827059 or 5064252. OLE color: 5064252.

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

Color convert

RGB 60 70 77 -
CMYK 0.22 0.09 0 0.70
HSL 204.71º 0.12% 0.27% -
HSV(B) 204.71º 0.22% 0.3% -
XYZ 5.39 5.88 7.87 -
YUV 67.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 60 70 77 0.22 0.09 0 0.70 204.71 0.12 0.27
Hex 3C 46 4D 16 9 0 46 CD C 1B
Octal 74 106 115 26 11 0 106 315 14 33
Binary 111100 1000110 1001101 10110 1001 0 1000110 11001101 1100 11011

Color Harmonies of #3C464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C464D

Black with #3C464D

Text Example


Text Example

White with #3C464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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