#3A444D

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

Shades of Arsenic #3A444D

Tints of Arsenic #3A444D

Color information

#3A444D (or 0x3A444D) is unknown color: approx Arsenic. HEX triplet: 3A, 44 and 4D. RGB value is (58,68,77). Sum of RGB (Red+Green+Blue) = 58+68+77=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A444D is #C5BBB2. Grayscale: #414141. Windows color (decimal): -12958643 or 5063738. OLE color: 5063738.

HSL color Cylindrical-coordinate representation of color #3A444D: hue angle of 208.42º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A444D is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB586877-
CMYK0.250.1200.70
HSL208.42º14.07%26.47%-
HSV(B)208.42º24.68%30.2%-
XYZ5.155.577.82-
YUV66.04134.19122.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=28.57%
G=33.50%
B=37.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5868770.250.1200.70208.4214.0726.47
Hex3A444D19C046d0e1a
Octal72104115311401063201632
Binary111010100010010011011100111000100011011010000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,77); }

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

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

 a { background-color: rgb(58,68,77); }

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

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

 span { border-color: rgb(58,68,77); }

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