#3F4952

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

Shades of Arsenic #3F4952

Tints of Arsenic #3F4952

Color information

#3F4952 (or 0x3F4952) is unknown color: approx Arsenic. HEX triplet: 3F, 49 and 52. RGB value is (63,73,82). Sum of RGB (Red+Green+Blue) = 63+73+82=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4952 is #C0B6AD. Grayscale: #464646. Windows color (decimal): -12629678 or 5392703. OLE color: 5392703.

HSL color Cylindrical-coordinate representation of color #3F4952: hue angle of 208.42º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F4952 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB637382-
CMYK0.230.1100.68
HSL208.42º13.1%28.43%-
HSV(B)208.42º23.17%32.16%-
XYZ5.966.438.91-
YUV71.04134.19122.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.90%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=28.90%
G=33.49%
B=37.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6373820.230.1100.68208.4213.128.43
Hex3F495217B044d0d1c
Octal77111122271301043201534
Binary111111100100110100101011110110100010011010000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,73,82); }

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

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

 a { background-color: rgb(63,73,82); }

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

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

 span { border-color: rgb(63,73,82); }

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