#3F4850

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

Shades of Arsenic #3F4850

Tints of Arsenic #3F4850

Color information

#3F4850 (or 0x3F4850) is unknown color: approx Arsenic. HEX triplet: 3F, 48 and 50. RGB value is (63,72,80). Sum of RGB (Red+Green+Blue) = 63+72+80=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4850 is #C0B7AF. Grayscale: #464646. Windows color (decimal): -12629936 or 5261375. OLE color: 5261375.

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

Color convert

RGB637280-
CMYK0.210.1000.69
HSL208.24º11.89%28.04%-
HSV(B)208.24º21.25%31.37%-
XYZ5.826.278.49-
YUV70.22133.52122.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.30%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=29.30%
G=33.49%
B=37.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6372800.210.1000.69208.2411.8928.04
Hex3F485015A045d0c1c
Octal77110120251201053201434
Binary111111100100010100001010110100100010111010000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,80); }

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

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

 a { background-color: rgb(63,72,80); }

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

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

 span { border-color: rgb(63,72,80); }

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