#3A454F

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

Shades of Arsenic #3A454F

Tints of Arsenic #3A454F

Color information

#3A454F (or 0x3A454F) is unknown color: approx Arsenic. HEX triplet: 3A, 45 and 4F. RGB value is (58,69,79). Sum of RGB (Red+Green+Blue) = 58+69+79=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A454F is #C5BAB0. Grayscale: #424242. Windows color (decimal): -12958385 or 5195066. OLE color: 5195066.

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

Color convert

RGB586979-
CMYK0.270.1300.69
HSL208.57º15.33%26.86%-
HSV(B)208.57º26.58%30.98%-
XYZ5.285.728.22-
YUV66.85134.86121.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=28.16%
G=33.50%
B=38.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5869790.270.1300.69208.5715.3326.86
Hex3A454F1BD045d1f1b
Octal72105117331501053211733
Binary111010100010110011111101111010100010111010001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,69,79); }

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

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

 a { background-color: rgb(58,69,79); }

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

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

 span { border-color: rgb(58,69,79); }

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