#3A4248

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

Shades of Arsenic #3A4248

Tints of Arsenic #3A4248

Color information

#3A4248 (or 0x3A4248) is unknown color: approx Arsenic. HEX triplet: 3A, 42 and 48. RGB value is (58,66,72). Sum of RGB (Red+Green+Blue) = 58+66+72=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A4248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4248 is #C5BDB7. Grayscale: #404040. Windows color (decimal): -12959160 or 4735546. OLE color: 4735546.

HSL color Cylindrical-coordinate representation of color #3A4248: hue angle of 205.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4248 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB586672-
CMYK0.190.0800.72
HSL205.71º10.77%25.49%-
HSV(B)205.71º19.44%28.24%-
XYZ4.865.266.89-
YUV64.29132.35123.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=29.59%
G=33.67%
B=36.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5866720.190.0800.72205.7110.7725.49
Hex3A4248138048ceb19
Octal72102110231001103161331
Binary111010100001010010001001110000100100011001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,66,72); }

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

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

 a { background-color: rgb(58,66,72); }

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

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

 span { border-color: rgb(58,66,72); }

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