#3A474D

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

Shades of Atomic #3A474D

Tints of Atomic #3A474D

Color information

#3A474D (or 0x3A474D) is unknown color: approx Atomic. HEX triplet: 3A, 47 and 4D. RGB value is (58,71,77). Sum of RGB (Red+Green+Blue) = 58+71+77=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A474D is #C5B8B2. Grayscale: #434343. Windows color (decimal): -12957875 or 5064506. OLE color: 5064506.

HSL color Cylindrical-coordinate representation of color #3A474D: hue angle of 198.95º 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 #3A474D is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB587177-
CMYK0.250.0800.70
HSL198.95º14.07%26.47%-
HSV(B)198.95º24.68%30.2%-
XYZ5.345.947.89-
YUV67.8133.19121.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=28.16%
G=34.47%
B=37.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5871770.250.0800.70198.9514.0726.47
Hex3A474D198046c7e1a
Octal72107115311001063071632
Binary111010100011110011011100110000100011011000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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