Html Css Color HEX #3C474F Arsenic

📋 copy color: '#3C474F'

red 60 ◦ green 71 ◦ blue 79

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

Shades of Arsenic #3C474F

Tints of Arsenic #3C474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 79 (31.25% from 255) = 37.62%

R = 28.57%
G = 33.81%
B = 37.62%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C474F (or 0x3C474F) is known color: Arsenic. HEX triplet: 3C, 47 and 4F. RGB value is (60,71,79). Sum of RGB (Red+Green+Blue) = 60+71+79=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C474F is #C3B8B0. Grayscale: #444444. Windows color (decimal): -12826801 or 5195580. OLE color: 5195580.

HSL color Cylindrical-coordinate representation of color #3C474F: hue angle of 205.26º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3C474F is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 71 79 -
CMYK 0.24 0.10 0 0.69
HSL 205.26º 0.14% 0.27% -
HSV(B) 205.26º 0.24% 0.31% -
XYZ 5.53 6.03 8.27 -
YUV 68.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 60 71 79 0.24 0.10 0 0.69 205.26 0.14 0.27
Hex 3C 47 4F 18 A 0 45 CD E 1B
Octal 74 107 117 30 12 0 105 315 16 33
Binary 111100 1000111 1001111 11000 1010 0 1000101 11001101 1110 11011

Color Harmonies of #3C474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C474F

Black with #3C474F

Text Example


Text Example

White with #3C474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,71,79); }

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

background-color css

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

 a { background-color: rgb(60,71,79); }

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

border-color css

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

 span { border-color: rgb(60,71,79); }

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