#3A494D

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

Shades of Atomic #3A494D

Tints of Atomic #3A494D

Color information

#3A494D (or 0x3A494D) is unknown color: approx Atomic. HEX triplet: 3A, 49 and 4D. RGB value is (58,73,77). Sum of RGB (Red+Green+Blue) = 58+73+77=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A494D is #C5B6B2. Grayscale: #444444. Windows color (decimal): -12957363 or 5065018. OLE color: 5065018.

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

Color convert

RGB587377-
CMYK0.250.0500.70
HSL192.63º14.07%26.47%-
HSV(B)192.63º24.68%30.2%-
XYZ5.476.27.93-
YUV68.97132.53120.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=27.88%
G=35.10%
B=37.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5873770.250.0500.70192.6314.0726.47
Hex3A494D195046c1e1a
Octal7211111531501063011632
Binary11101010010011001101110011010100011011000001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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